mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-03-16 22:20:28 +00:00
let's keep flake8 silent until we can throw this backwards-compatibility hack out completely
This commit is contained in:
parent
79d1d3986f
commit
230157640c
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ from dbtemplates.models import Template
|
|||
|
||||
# (propably obsolete) backwards compatability as django already threw out six
|
||||
if sys.version_info[0] == 2:
|
||||
input = raw_input
|
||||
input = raw_input # noqa: F821
|
||||
|
||||
ALWAYS_ASK, FILES_TO_DATABASE, DATABASE_TO_FILES = ('0', '1', '2')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue