mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 14:01:55 +08:00
markdown: remove __getattr__() (#7962)
This commit is contained in:
@@ -54,5 +54,3 @@ class Registry:
|
||||
def __setitem__(self, key: str, value: Any) -> None: ...
|
||||
def __delitem__(self, key: str) -> None: ...
|
||||
def add(self, key: str, value: Any, location: str) -> None: ...
|
||||
|
||||
def __getattr__(name): ...
|
||||
|
||||
Reference in New Issue
Block a user