mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 00:08:44 -03:30
Fix flake8 warning.
This commit is contained in:
@@ -23,5 +23,5 @@ class Command(BaseCommand):
|
||||
except IndexError:
|
||||
superuser = None
|
||||
with impersonate(superuser):
|
||||
org = Organization.objects.create(name='Default')
|
||||
Organization.objects.create(name='Default')
|
||||
print('Default organization added.')
|
||||
|
||||
Reference in New Issue
Block a user