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
asd.py:6: error: Argument 1 to "join" of "str" has incompatible type Tuple[_T_co, ...]; expected Iterable[str]
asd.py:7: error: List item 0 has incompatible type "_T_co"
Seems somehow that the tuple "lose" his type (and his size).
gives
Seems somehow that the tuple "lose" his type (and his size).
How course, it is a simplified example.
Might be related to #1578.
The text was updated successfully, but these errors were encountered: