Fix flake8 warning.

This commit is contained in:
Chris Church
2015-05-30 16:42:56 -04:00
parent 8eb69b96d1
commit e23539e69b

View File

@@ -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.')