We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 417f1d5 commit 0d76689Copy full SHA for 0d76689
app/main/__init__.py
@@ -3,4 +3,4 @@
3
bp = Blueprint("main", __name__, template_folder="../templates/main")
4
5
from app.main import routes # noqa: E402,F401
6
-from app.main import filters
+from app.main import filters # noqa: E402,F401
0 commit comments