Remove unreachable code

This commit is contained in:
PCoder 2020-12-10 10:04:16 +05:30
parent 57b6b18243
commit 504681107a
1 changed files with 0 additions and 2 deletions

View File

@ -62,6 +62,4 @@ class Command(BaseCommand):
'w',
encoding='utf-8') as f:
f.write(json.dumps(result_dict))
else:
self.stdout.write(self.style.ERROR("user_email not supplied"))
self.stdout.write(self.style.SUCCESS("Done"))