File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -687,8 +687,7 @@ Method Args checker Messages
687687^^^^^^^^^^^^^^^^^^^^^^^^^^^^
688688:positional-only-arguments-expected (E3102): *`%s()` got some positional-only arguments passed as keyword arguments: %s *
689689 Emitted when positional-only arguments have been passed as keyword arguments.
690- Remove the keywords for the affected arguments in the function call. This
691- message can't be emitted when using Python < 3.8.
690+ Remove the keywords for the affected arguments in the function call.
692691:missing-timeout (W3101): *Missing timeout argument for method '%s' can cause your program to hang indefinitely *
693692 Used when a method needs a 'timeout' parameter in order to avoid waiting for
694693 a long time. If no timeout is specified explicitly the default value is used.
You can’t perform that action at this time.
0 commit comments