mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-19 23:09:55 +08:00
Never explicitly inherit from object in Python 3-only stubs (#6777)
This commit is contained in:
@@ -689,7 +689,7 @@ class Pipeline(Redis[_StrType], Generic[_StrType]):
|
||||
def cluster(self, cluster_arg: str, *args: Any) -> Pipeline[_StrType]: ... # type: ignore[override]
|
||||
def client(self) -> Any: ...
|
||||
|
||||
class Monitor(object):
|
||||
class Monitor:
|
||||
command_re: Pattern[str]
|
||||
monitor_re: Pattern[str]
|
||||
def __init__(self, connection_pool) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user