mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Mypy now supports sys.platform and sys.version_info checks (#410)
This commit is contained in:
@@ -38,7 +38,7 @@ class Request:
|
||||
@full_url.deleter
|
||||
def full_url(self) -> None: ...
|
||||
else:
|
||||
full_url = ... # type: ignore # type: str
|
||||
full_url = ... # type: str
|
||||
type = ... # type: str
|
||||
host = ... # type: str
|
||||
origin_req_host = ... # type: str
|
||||
|
||||
Reference in New Issue
Block a user