Remove class variable overrides (#3987)

This commit is contained in:
Rune Tynan
2020-05-13 13:16:38 -04:00
committed by GitHub
parent 2ead8123a6
commit 65b3ef91fd

View File

@@ -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]: ...