Skip to content

Commit a55dd78

Browse files
committed
isort exceptions
1 parent 3c18606 commit a55dd78

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

app/router/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
router = APIRouter()
55

66
# The routes.
7-
from . import latest, sources, locations
7+
from . import latest, sources, locations # isort:skip

app/routes/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
"""
2+
app.routes
3+
4+
isort:skip_file
5+
"""
16
from flask import Blueprint, redirect, request, abort, current_app as app
27
from ..data import data_source
38

0 commit comments

Comments
 (0)