mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 04:34:28 +08:00
Remove class variable overrides (#3987)
This commit is contained in:
@@ -41,8 +41,6 @@ class SimpleXMLRPCRequestHandler(http.server.BaseHTTPRequestHandler):
|
||||
|
||||
rpc_paths: Tuple[str, str] = ...
|
||||
encode_threshold: int = ... # undocumented
|
||||
wbufsize: int = ...
|
||||
disable_nagle_algorithm: bool = ...
|
||||
aepattern: Pattern[str] # undocumented
|
||||
|
||||
def accept_encodings(self) -> Dict[str, float]: ...
|
||||
|
||||
Reference in New Issue
Block a user