From 09457d041de2c1e9ca5c922cedc2e88f1a83cc61 Mon Sep 17 00:00:00 2001 From: Mathieu Poliquin Date: Fri, 12 Jan 2024 11:45:31 +0800 Subject: [PATCH] Update __init__.py Fix end of file error from GH workflow --- retro/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/retro/__init__.py b/retro/__init__.py index 42fe52fb..3d56cebb 100644 --- a/retro/__init__.py +++ b/retro/__init__.py @@ -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 \ No newline at end of file + pass