Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
\
1 parent 358522e commit b363204Copy full SHA for b363204
1 file changed
mypy/subtypes.py
@@ -408,7 +408,7 @@ def visit_overloaded(self, left: Overloaded) -> bool:
408
found_match = False
409
410
for left_index, left_item in enumerate(left.items()):
411
- subtype_match = self._is_subtype(left_item, right_item)\
+ subtype_match = self._is_subtype(left_item, right_item)
412
413
# Order matters: we need to make sure that the index of
414
# this item is at least the index of the previous one.
0 commit comments