switch to lower-case "# undocumented" comments (#5871)

This commit is contained in:
Akuli
2021-08-07 18:00:41 +03:00
committed by GitHub
parent 39ede0242c
commit e3f662b648
8 changed files with 28 additions and 28 deletions

View File

@@ -51,10 +51,10 @@ def parse_http_list(s: str) -> List[str]: ...
def parse_keqv_list(l: List[str]) -> Dict[str, str]: ...
if sys.platform == "win32" or sys.platform == "darwin":
def proxy_bypass(host: str) -> Any: ... # Undocumented
def proxy_bypass(host: str) -> Any: ... # undocumented
else:
def proxy_bypass(host: str, proxies: Optional[Mapping[str, str]] = ...) -> Any: ... # Undocumented
def proxy_bypass(host: str, proxies: Optional[Mapping[str, str]] = ...) -> Any: ... # undocumented
class Request:
@property