Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
Fix end of file error from GH workflow
  • Loading branch information
MatPoliquin authored Jan 12, 2024
1 parent f5bd2f8 commit 09457d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions retro/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,5 @@ def make(game, state=State.DEFAULT, inttype=retro.data.Integrations.DEFAULT, **k

if "stable-retro" in notifications and __version__ in notifications["stable-retro"]:
print(notifications["stable-retro"][__version__], file=sys.stderr)

except Exception: # nosec
pass
pass

0 comments on commit 09457d0

Please sign in to comment.