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
mypy/semanal.py:1052: error: Argument 1 to "analyze_base_classes" of "SemanticAnalyzer"
has incompatible type "List[Node]"; expected "List[Expression]" [arg-type]
result = self.analyze_base_classes(bases)
^
show something like
mypy/semanal.py:1052: error: Argument 1 to "analyze_base_classes" of "SemanticAnalyzer"
has incompatible type "List[Node]"; expected "List[Expression]" [arg-type]
result = self.analyze_base_classes(bases)
^~~~~
We could use some heuristics and/or Python 3.8 support for end_col_offset:
It would be great instead of:
show something like
We could use some heuristics and/or Python 3.8 support for
end_col_offset
:This is a follow-up for #7440
The text was updated successfully, but these errors were encountered: