mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 13:34:58 +08:00
Bump mypy (and a few other test dependencies) (#11196)
This commit is contained in:
@@ -365,7 +365,6 @@ class GetAttrData:
|
||||
# GetAttrData classes get their attributes dynamically
|
||||
# TODO: Complete all classes inheriting from GetAttrData
|
||||
def __getattr__(self, attr: str) -> Any: ...
|
||||
@type_check_only
|
||||
def __setattr__(self, __name: str, __value: Any) -> None: ...
|
||||
|
||||
class DictWrapper(GetAttrData):
|
||||
|
||||
Reference in New Issue
Block a user