File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -733,14 +733,14 @@ def mouseRelease(*args, **kwargs):
733
733
734
734
735
735
# provide easy access to exceptions to qtbot fixtures
736
- QtBot .SignalEmittedError = SignalEmittedError
737
- QtBot .TimeoutError = TimeoutError
738
- QtBot .ScreenshotError = ScreenshotError
739
- QtBot .CallbackCalledTwiceError = CallbackCalledTwiceError
736
+ QtBot .SignalEmittedError = SignalEmittedError # type: ignore[attr-defined]
737
+ QtBot .TimeoutError = TimeoutError # type: ignore[attr-defined]
738
+ QtBot .ScreenshotError = ScreenshotError # type: ignore[attr-defined]
739
+ QtBot .CallbackCalledTwiceError = CallbackCalledTwiceError # type: ignore[attr-defined]
740
740
741
741
742
742
def _add_widget (
743
- item : object ,
743
+ item ,
744
744
widget : "QWidget" ,
745
745
* ,
746
746
before_close_func : Optional [BeforeCloseFunc ] = None ,
You can’t perform that action at this time.
0 commit comments