Skip to content

Commit 8bbea12

Browse files
committed
Fix linting error
Signed-off-by: Mattt Zmuda <[email protected]>
1 parent 0f47a91 commit 8bbea12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

replicate/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from importlib.metadata import version
22

3-
__version__ = version(__package__)
3+
__version__ = version(__package__ if __package__ is not None else "replicate")

0 commit comments

Comments
 (0)