let's keep flake8 silent until we can throw this backwards-compatibility hack out completely

This commit is contained in:
Nikolaus Schlemm 2019-06-19 12:50:02 +02:00
parent 79d1d3986f
commit 230157640c

View file

@ -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')