Remove unreachable code
This commit is contained in:
parent
57b6b18243
commit
504681107a
1 changed files with 0 additions and 2 deletions
|
@ -62,6 +62,4 @@ class Command(BaseCommand):
|
||||||
'w',
|
'w',
|
||||||
encoding='utf-8') as f:
|
encoding='utf-8') as f:
|
||||||
f.write(json.dumps(result_dict))
|
f.write(json.dumps(result_dict))
|
||||||
else:
|
|
||||||
self.stdout.write(self.style.ERROR("user_email not supplied"))
|
|
||||||
self.stdout.write(self.style.SUCCESS("Done"))
|
self.stdout.write(self.style.SUCCESS("Done"))
|
||||||
|
|
Loading…
Reference in a new issue