Skip to content

Commit 1eef736

Browse files
authored
markdown: remove __getattr__() (#7962)
1 parent ceccc65 commit 1eef736

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

stubs/Markdown/markdown/util.pyi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,3 @@ class Registry:
5454
def __setitem__(self, key: str, value: Any) -> None: ...
5555
def __delitem__(self, key: str) -> None: ...
5656
def add(self, key: str, value: Any, location: str) -> None: ...
57-
58-
def __getattr__(name): ...

0 commit comments

Comments
 (0)