Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jan 6, 2025
1 parent 4552471 commit 2da3e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xmmutablemap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xmmutablemap: Immutable Map, compatible with JAX & Equinox
"""

__all__ = ["__version__", "ImmutableMap"]
__all__ = ["ImmutableMap", "__version__"]

from ._core import ImmutableMap
from ._version import version as __version__

0 comments on commit 2da3e69

Please sign in to comment.