mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 14:27:42 -02:30
Fixing flake8 errors, this should be almost all of them!
This commit is contained in:
@@ -1,14 +1,12 @@
|
||||
# Copyright (c) 2014 Ansible, Inc.
|
||||
# All Rights Reserved
|
||||
|
||||
from django.conf import settings
|
||||
from django.core.management.base import BaseCommand, CommandError
|
||||
from django.core.management.base import CommandError
|
||||
|
||||
from awx.main.management.commands._base_instance import BaseCommandInstance
|
||||
instance_str = BaseCommandInstance.instance_str
|
||||
|
||||
from awx.main.models import Instance
|
||||
|
||||
instance_str = BaseCommandInstance.instance_str
|
||||
|
||||
class Command(BaseCommandInstance):
|
||||
"""Internal tower command.
|
||||
|
||||
Reference in New Issue
Block a user