Skip to content

Commit 2301576

Browse files
author
Nikolaus Schlemm
committed
let's keep flake8 silent until we can throw this backwards-compatibility hack out completely
1 parent 79d1d39 commit 2301576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbtemplates/management/commands/sync_templates.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
# (propably obsolete) backwards compatability as django already threw out six
1212
if sys.version_info[0] == 2:
13-
input = raw_input
13+
input = raw_input # noqa: F821
1414

1515
ALWAYS_ASK, FILES_TO_DATABASE, DATABASE_TO_FILES = ('0', '1', '2')
1616

0 commit comments

Comments
 (0)