mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
Set noqa to silence flake8.
This commit is contained in:
@@ -29,7 +29,7 @@ class Command(BaseCommand):
|
|||||||
# rules here will grow more complicated over time.
|
# rules here will grow more complicated over time.
|
||||||
# FIXME: Most likely this should be False if HA is active
|
# FIXME: Most likely this should be False if HA is active
|
||||||
# (not just enabled by license, but actually in use).
|
# (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.
|
# If we do not need Mongo, return a non-zero exit status.
|
||||||
print('MongoDB NOT required')
|
print('MongoDB NOT required')
|
||||||
|
|||||||
Reference in New Issue
Block a user