mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-02 17:43:25 +08:00
Add mypy error codes to '# type: ignore' comments (#6379)
This commit is contained in:
@@ -20,7 +20,7 @@ class Request(RequestBase, JSONMixin):
|
||||
# case in its supertype.
|
||||
# We would require something like https://github.com/python/typing/issues/241
|
||||
@property
|
||||
def max_content_length(self) -> int | None: ... # type: ignore
|
||||
def max_content_length(self) -> int | None: ... # type: ignore[override]
|
||||
@property
|
||||
def endpoint(self) -> str | None: ...
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user