Fix up flake8 errors

This commit is contained in:
Matthew Jones
2016-11-10 13:07:33 -05:00
parent 75c364930f
commit 30984a3a79
4 changed files with 4 additions and 11 deletions

View File

@@ -8,8 +8,6 @@ except ImportError:
from django.core.management import call_command
from awx.main.models import Instance
from awx.main.management.commands.update_password import UpdatePassword
def run_command(name, *args, **options):