Skip to content

Commit bd3f70a

Browse files
authored
Update qtbot.py
1 parent 794bdad commit bd3f70a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pytestqt/qtbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
Literal,
1212
Optional,
1313
Any,
14-
Self,
1514
Type,
1615
TypeAlias,
1716
cast,
1817
)
1918
from pathlib import Path
19+
from typing_extensions import Self
2020

2121
from pytestqt.exceptions import TimeoutError, ScreenshotError
2222
from pytestqt.qt_compat import qt_api

0 commit comments

Comments
 (0)