From 158e11dc1c11e606621a729b3b220cecf5ca700a Mon Sep 17 00:00:00 2001 From: Luke Sneeringer Date: Fri, 15 May 2015 15:13:24 -0500 Subject: [PATCH] Set noqa to silence flake8. --- awx/api/management/commands/uses_mongo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/api/management/commands/uses_mongo.py b/awx/api/management/commands/uses_mongo.py index e7d8c611d2..7b9bda26a6 100644 --- a/awx/api/management/commands/uses_mongo.py +++ b/awx/api/management/commands/uses_mongo.py @@ -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')