We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79d1d39 commit 2301576Copy full SHA for 2301576
dbtemplates/management/commands/sync_templates.py
@@ -10,7 +10,7 @@
10
11
# (propably obsolete) backwards compatability as django already threw out six
12
if sys.version_info[0] == 2:
13
- input = raw_input
+ input = raw_input # noqa: F821
14
15
ALWAYS_ASK, FILES_TO_DATABASE, DATABASE_TO_FILES = ('0', '1', '2')
16
0 commit comments