mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 15:53:36 -05:00
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