Skip to content

Commit 848a1ff

Browse files
committed
Simplify version import
1 parent 2a39cb3 commit 848a1ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docstub/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
docstub: Generate Python stub files (PYI) from docstrings
55
"""
66

7-
from ._version import version as __version__
7+
from ._version import __version__
88

99
__all__ = ["__version__"]

0 commit comments

Comments
 (0)