Skip to content

Commit 43b4147

Browse files
nicoddemusThe-Compiler
authored andcommitted
Update qtbot.py
1 parent 1626a63 commit 43b4147

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/pytestqt/qtbot.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@
1212
Optional,
1313
Any,
1414
Type,
15-
TypeAlias,
1615
cast,
1716
)
1817
from pathlib import Path
19-
from typing_extensions import Self
18+
from typing_extensions import Self, TypeAlias
2019

2120
from pytestqt.exceptions import TimeoutError, ScreenshotError
2221
from pytestqt.qt_compat import qt_api

0 commit comments

Comments
 (0)