Skip to content

Commit 4a0acb5

Browse files
committed
remove quotes from type
1 parent 3951f6f commit 4a0acb5

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
@@ -336,7 +336,7 @@ def stop(self) -> None:
336336

337337
def waitSignal(
338338
self,
339-
signal: "SignalInstance",
339+
signal: SignalInstance,
340340
*,
341341
timeout: int = 5000,
342342
raising: Optional[bool] = None,

0 commit comments

Comments
 (0)