diff --git a/source/mkw/Patch/__init__.py b/source/mkw/Patch/__init__.py index b906a83..5ec43b1 100644 --- a/source/mkw/Patch/__init__.py +++ b/source/mkw/Patch/__init__.py @@ -24,5 +24,3 @@ class InvalidImageLayerType(Exception): class InvalidBmgLayerMode(Exception): def __init__(self, layer_mode: str): super().__init__(f"Error : bmg layer mode \"{layer_mode}\" is not implemented") - -# TODO : recreate SZS