Remove unreachable code

This commit is contained in:
PCoder 2020-12-10 10:04:16 +05:30
parent 57b6b18243
commit 504681107a

View file

@ -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"))