Skip to content

Commit

Permalink
Refactor(export) : fix mypy (#1646)
Browse files Browse the repository at this point in the history
  • Loading branch information
TLAIDI committed Jul 25, 2023
1 parent 911ad2e commit 1c0718c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions antarest/study/common/studystorage.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,3 +271,7 @@ def unarchive_study_output(
self, study: T, output_id: str, keep_src_zip: bool
) -> bool:
raise NotImplementedError()

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

0 comments on commit 1c0718c

Please sign in to comment.