mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02: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