We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c449596 + fba0ed6 commit 50f45f5Copy full SHA for 50f45f5
PyQt5-stubs/QtCore.pyi
@@ -42,7 +42,7 @@ class pyqtBoundSignal:
42
43
# Convenient type aliases.
44
PYQT_SIGNAL = typing.Union[pyqtSignal, pyqtBoundSignal]
45
-PYQT_SLOT = typing.Union[typing.Callable[..., None], pyqtBoundSignal]
+PYQT_SLOT = typing.Union[typing.Callable[..., object], pyqtBoundSignal]
46
47
48
class QtMsgType(int): ...
0 commit comments