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 1626a63 commit 43b4147Copy full SHA for 43b4147
src/pytestqt/qtbot.py
@@ -12,11 +12,10 @@
12
Optional,
13
Any,
14
Type,
15
- TypeAlias,
16
cast,
17
)
18
from pathlib import Path
19
-from typing_extensions import Self
+from typing_extensions import Self, TypeAlias
20
21
from pytestqt.exceptions import TimeoutError, ScreenshotError
22
from pytestqt.qt_compat import qt_api
0 commit comments