Set noqa to silence flake8.

This commit is contained in:
Luke Sneeringer 2015-05-15 15:13:24 -05:00
parent bd5d3778f6
commit 158e11dc1c

View File

@ -29,7 +29,7 @@ class Command(BaseCommand):
# rules here will grow more complicated over time.
# FIXME: Most likely this should be False if HA is active
# (not just enabled by license, but actually in use).
uses_mongo = system_tracking
uses_mongo = system_tracking # noqa
# If we do not need Mongo, return a non-zero exit status.
print('MongoDB NOT required')