removed a TODO

This commit is contained in:
Faraphel 2022-07-15 16:41:52 +02:00
parent db9d32a450
commit 22adc6e29e

View file

@ -24,5 +24,3 @@ class InvalidImageLayerType(Exception):
class InvalidBmgLayerMode(Exception): class InvalidBmgLayerMode(Exception):
def __init__(self, layer_mode: str): def __init__(self, layer_mode: str):
super().__init__(f"Error : bmg layer mode \"{layer_mode}\" is not implemented") super().__init__(f"Error : bmg layer mode \"{layer_mode}\" is not implemented")
# TODO : recreate SZS