From 22adc6e29e0929f41ebcbd4cd009b84880735bf9 Mon Sep 17 00:00:00 2001 From: Faraphel Date: Fri, 15 Jul 2022 16:41:52 +0200 Subject: [PATCH] removed a TODO --- source/mkw/Patch/__init__.py | 2 -- 1 file changed, 2 deletions(-) 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