Skip to content

Commit dd07768

Browse files
authored
Update qtbot.py
1 parent bd3f70a commit dd07768

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)