Skip to content

Commit 32ef058

Browse files
committed
Fix import
1 parent dd0f762 commit 32ef058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_wait_signal.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import sys
66

77
from pytestqt.qt_compat import qt_api
8-
from pytestqt.wait_signal import SignalAndArgs
8+
from pytestqt.utils import SignalAndArgs
99
from pytestqt.exceptions import (
1010
SignalEmittedError,
1111
TimeoutError,

0 commit comments

Comments
 (0)