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 99f07d5 commit 59996e8Copy full SHA for 59996e8
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