Skip to content

Commit a82ed3a

Browse files
committed
Remove now-unused attributes from _ImportedObject
1 parent d990da2 commit a82ed3a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

sphinx/ext/autodoc/importer.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -75,16 +75,6 @@ class _ImportedObject:
7575
#: object to document
7676
obj: Any
7777

78-
# ClassDocumenter
79-
objpath: list[str]
80-
modname: str
81-
82-
# MethodDocumenter
83-
member_order: int
84-
85-
# PropertyDocumenter
86-
isclassmethod: bool
87-
8878
def __init__(
8979
self,
9080
*,

0 commit comments

Comments
 (0)