mirror of
https://github.com/ansible/awx.git
synced 2026-01-23 23:41:23 -03:30
Set noqa to silence flake8.
This commit is contained in:
parent
bd5d3778f6
commit
158e11dc1c
@ -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')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user