fmt: black formatted

This commit is contained in:
tretrauit 2023-06-13 04:04:24 +07:00
parent 7c60dc18a6
commit 6ef9911461
2 changed files with 0 additions and 2 deletions

View File

@ -90,4 +90,3 @@ class GameABC(ABC):
Get the game channel Get the game channel
""" """
pass pass

View File

@ -51,7 +51,6 @@ class Patcher(PatcherABC):
raise VersionNotSupportedError( raise VersionNotSupportedError(
"Only version 1.0.5 is supported by Astra patch." "Only version 1.0.5 is supported by Astra patch."
) )
def _patch_jadeite(self, game: Game): def _patch_jadeite(self, game: Game):
pass pass