Skip to content

Commit 1afe757

Browse files
committed
removed extra imports
1 parent c650371 commit 1afe757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

listenbrainz/webserver/views/explore.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from flask import Blueprint, render_template, request, jsonify, flash, redirect, url_for
1+
from flask import Blueprint, render_template, request, jsonify
22
from flask_login import current_user
33
from sqlalchemy import text
44

0 commit comments

Comments
 (0)