We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a55f75d commit 3b95d0eCopy full SHA for 3b95d0e
src/pytestqt/__init__.py
@@ -1,6 +1,4 @@
1
-from typing import cast
2
-
3
# _version is automatically generated by setuptools_scm
4
-from pytestqt._version import version # type: ignore[import-not-found]
+from pytestqt._version import version
5
6
-__version__ = cast("str", version)
+__version__: str = version
0 commit comments