Skip to content

Commit 3356afc

Browse files
ignore missing _version.py
1 parent a8a128f commit 3356afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import os.path
2424

2525
try:
26-
from ._version import __version__ as version
26+
from ._version import __version__ as version # type: ignore
2727
except ImportError:
2828
version = "unknown"
2929

0 commit comments

Comments
 (0)