Skip to content

Commit

Permalink
avoid mypy warning when importing classes (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBelthle authored Sep 20, 2024
1 parent 6553cff commit acb56e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/antares/study/version/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@

from .converters import version_to_triplet # noqa: F401
from .model import SolverVersion, StudyVersion # noqa: F401

__all__ = ("SolverVersion", "StudyVersion")

0 comments on commit acb56e8

Please sign in to comment.