I check my code using mypy. I got these errors:
mypy
I have an object names: List[str], for len(names) I get
names: List[str]
len(names)
Argum