Skip to content

Commit 4601f61

Browse files
committed
chore: fix manage.py quality
1 parent ede9ce8 commit 4601f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manage.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# issue is really that Django is missing to avoid masking other
1919
# exceptions on Python 2.
2020
try:
21-
import django # pylint: disable=unused-import, wrong-import-position
21+
import django # pylint: disable=unused-import
2222
except ImportError as import_error:
2323
raise ImportError(
2424
"Couldn't import Django. Are you sure it's installed and "

0 commit comments

Comments
 (0)