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
E Cannot call overloaded function (code: incompatible_call)
E In overload (func: (~_T1, /) -> ~_S, iter1: collections.abc.Iterable[~_T1], /) -> map[~_S]
E Cannot resolve type variables
E Incompatible bounds on type variable
E str is not a literal
E LiteralString >= ~_T1
E str <= ~_T1
E
E
E In /home/[...] at line 77
E 77: list(map(str.strip, fields))
E ^
The text was updated successfully, but these errors were encountered:
Given:
We get this error:
The text was updated successfully, but these errors were encountered: