You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This check is currently turned off in our `basic` `typeCheckingMode`
profile, but is enabled in the `standard` profile.
Things done here:
- instead of incompatible overriding `read`, added a new `read_all`
method, to better express the functionality of that method
Error:
unblob/handlers/compression/_gzip_reader.py
unblob/handlers/compression/_gzip_reader.py:18:9 - error: Method "read" overrides class "DecompressReader" in an incompatible manner
Positional parameter count mismatch; base method has 2, but override has 1
Parameter 2 mismatch: base parameter "size" is keyword parameter, override parameter is position-only (reportIncompatibleMethodOverride)
0 commit comments