Skip to content

Commit 0d76689

Browse files
committed
Lint files
1 parent 417f1d5 commit 0d76689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/main/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
bp = Blueprint("main", __name__, template_folder="../templates/main")
44

55
from app.main import routes # noqa: E402,F401
6-
from app.main import filters
6+
from app.main import filters # noqa: E402,F401

0 commit comments

Comments
 (0)