diff --git a/vollerei/abc/launcher/game.py b/vollerei/abc/launcher/game.py index 629e84c..db93227 100644 --- a/vollerei/abc/launcher/game.py +++ b/vollerei/abc/launcher/game.py @@ -90,4 +90,3 @@ class GameABC(ABC): Get the game channel """ pass - \ No newline at end of file diff --git a/vollerei/hsr/patcher.py b/vollerei/hsr/patcher.py index f1ce7db..eda5dd3 100644 --- a/vollerei/hsr/patcher.py +++ b/vollerei/hsr/patcher.py @@ -51,7 +51,6 @@ class Patcher(PatcherABC): raise VersionNotSupportedError( "Only version 1.0.5 is supported by Astra patch." ) - def _patch_jadeite(self, game: Game): pass