Skip to content

Commit

Permalink
workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed May 1, 2024
1 parent 56961b0 commit 8c1f7f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/climetlab/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# nor does it submit to any jurisdiction.
#

from ._version import __version__
from .aaa import loaded_modules
from .arguments.transformers import ALL
from .core.caching import CACHE as cache
Expand All @@ -28,7 +29,6 @@
from .sources import get_source as source # so the user can do: cml.source(...)
from .sources import load_source
from .sources import load_source_lazily
from .version import __version__
from .wrappers import Wrapper

__all__ = [
Expand Down

0 comments on commit 8c1f7f4

Please sign in to comment.