dn-kialo

Results 1 issues of dn-kialo

[BUG] **Edited for a clearer example** Given this code: ``` # mypy version 0.770 from typing import Generic, TypeVar T = TypeVar("T", int, str) class A: foo: int class B(Generic[T]):...

bug
topic-type-variables
priority-1-normal
false-positive