mirror of
https://github.com/ansible/awx.git
synced 2026-07-04 12:58:02 -02:30
Fix flake8 E302 errors.
This commit is contained in:
@@ -10,6 +10,7 @@ from django.core.management import call_command
|
||||
|
||||
from awx.main.management.commands.update_password import UpdatePassword
|
||||
|
||||
|
||||
def run_command(name, *args, **options):
|
||||
command_runner = options.pop('command_runner', call_command)
|
||||
stdin_fileobj = options.pop('stdin_fileobj', None)
|
||||
|
||||
Reference in New Issue
Block a user