flake8 fixes for Jenkins

This commit is contained in:
AlanCoding
2016-10-14 08:54:37 -04:00
parent 1979d63c25
commit 8d89d68d5e
5 changed files with 18 additions and 20 deletions

View File

@@ -5,7 +5,7 @@ from awx.main.models import Instance
from django.conf import settings
from optparse import make_option
from django.core.management.base import CommandError, BaseCommand
from django.core.management.base import BaseCommand
class Command(BaseCommand):
"""