summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTimo Ewalds <timo@ewalds.ca>2023-05-12 10:33:10 +0100
committerGitHub <noreply@github.com>2023-05-12 11:33:10 +0200
commit440365bb424e33c69ad1aafe3c3faa96cbc43043 (patch)
tree88ee68f53fa1b0e7006984d241bb49998b52c9d1 /ChangeLog
parent0fa5669fbd1d57a4bb1da580b3879f68d15a6d57 (diff)
downloadwebsocket-client-master.tar.gz
Fix a few errors found by pytype. (#906)HEADmaster
* Fix pytype error: File "websocket/_wsdump.py", line 107, in <module>: Overriding method signature mismatch [signature-mismatch] Base signature: 'def code.InteractiveConsole.raw_input(self, prompt: str = ...) -> str'. Subclass signature: 'def RawInput.raw_input(self, prompt) -> Any'. Parameter 'prompt' must have a default value. * Fix pytype error: File "websocket/tests/echo-server.py", line 18, in main: Function Serve.__init__ was called with the wrong arguments [wrong-arg-types] Expected: (self, ws_handler, host, port: Optional[int] = ..., ...) Actually passed: (self, ws_handler, host, port: str) * Fix undefined variable error found by pytype: File "compliance/test_fuzzingclient.py", line 57, in <module>: Name 'case' is not defined [name-error]
Diffstat (limited to 'ChangeLog')
0 files changed, 0 insertions, 0 deletions