fixed formatting not following PEP standards

This commit is contained in:
Nick Dyer 2021-06-19 23:35:15 -04:00
parent a203a14118
commit 8895e9f6be

View File

@ -20,7 +20,6 @@ if __name__ == '__main__':
save_dir = os.path.join(Path.home(), '.pocket_friends')
os.remove(save_dir + '/save.json')
if not enable_dev:
game_main()
else: