mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-14 03:51:06 +08:00
Remove redundant inheritances from Generic and various typing protocols (#10981)
This commit is contained in:
@@ -31,7 +31,7 @@ class TqdmMonitorWarning(TqdmWarning, RuntimeWarning): ...
|
||||
|
||||
_T = TypeVar("_T")
|
||||
|
||||
class tqdm(Iterable[_T], Comparable, Generic[_T]):
|
||||
class tqdm(Comparable, Generic[_T]):
|
||||
monitor_interval: ClassVar[int]
|
||||
monitor: ClassVar[TMonitor | None]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user