Skip to content

Commit

Permalink
Refactor(export) : fix mypy again (#1646)
Browse files Browse the repository at this point in the history
  • Loading branch information
TLAIDI committed Jul 25, 2023
1 parent 1c0718c commit a5a75d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion antarest/study/common/studystorage.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,5 @@ def unarchive_study_output(
) -> bool:
raise NotImplementedError()

@abstractmethod
def unarchive(self, study: T) -> None:
raise NotImplementedError()

0 comments on commit a5a75d0

Please sign in to comment.