Skip to content

Commit 3b95d0e

Browse files
committed
change cast to annotation
1 parent a55f75d commit 3b95d0e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/pytestqt/__init__.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
from typing import cast
2-
31
# _version is automatically generated by setuptools_scm
4-
from pytestqt._version import version # type: ignore[import-not-found]
2+
from pytestqt._version import version
53

6-
__version__ = cast("str", version)
4+
__version__: str = version

0 commit comments

Comments
 (0)