mypy · mypy/type-arg
type-arg
Missing Type Argument
A generic type is used without specifying its type arguments (e.g. using List instead of List[int]). Enable this check with --disallow-any-generics.
A generic type is used without specifying its type arguments (e.g. using List instead of List[int]). Enable this check with --disallow-any-generics.