Skip to content

Commit

Permalink
Simplify version import
Browse files Browse the repository at this point in the history
  • Loading branch information
lagru committed Oct 7, 2024
1 parent 2a39cb3 commit 848a1ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docstub/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
docstub: Generate Python stub files (PYI) from docstrings
"""

from ._version import version as __version__
from ._version import __version__

__all__ = ["__version__"]

0 comments on commit 848a1ff

Please sign in to comment.