Skip to content

Commit

Permalink
fix __init__.py format
Browse files Browse the repository at this point in the history
  • Loading branch information
aclerc committed Apr 24, 2024
1 parent bd8c87f commit 848e749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wind_up/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from importlib.metadata import version

__version__ = version(__package__)
__version__ = version(__package__)

0 comments on commit 848e749

Please sign in to comment.