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
f.py:7: error: Signature of "field1" incompatible with supertype "B"
f.py:8: error: Signature of "field1" incompatible with supertype "B"
Found 2 errors in 1 file (checked 1 source file)
Your Environment
Multiple environments.
% mypy --version
mypy 0.982 (compiled: yes)
The text was updated successfully, but these errors were encountered:
Bug Report
Unexpected typing failure when subclassing protocol.
To Reproduce
mypy --strict f.py
f.py
:Expected Behavior
Both classes,
D
andE
, should pass type checking.Actual Behavior
The
D
class fails type checking:Your Environment
Multiple environments.
The text was updated successfully, but these errors were encountered: