From a5a75d0d6382aadf22f51bed701fd25cf3b08f98 Mon Sep 17 00:00:00 2001 From: TLAIDI Date: Tue, 25 Jul 2023 19:25:03 +0200 Subject: [PATCH] Refactor(export) : fix mypy again (#1646) --- antarest/study/common/studystorage.py | 1 - 1 file changed, 1 deletion(-) diff --git a/antarest/study/common/studystorage.py b/antarest/study/common/studystorage.py index cdc5aa22da..85144d60af 100644 --- a/antarest/study/common/studystorage.py +++ b/antarest/study/common/studystorage.py @@ -272,6 +272,5 @@ def unarchive_study_output( ) -> bool: raise NotImplementedError() - @abstractmethod def unarchive(self, study: T) -> None: raise NotImplementedError()