Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 961fa48

Browse files
committed
remove unneeded comment
1 parent aff17b5 commit 961fa48

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sphinx_automodapi/autodoc_enhancements.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ def type_object_attrgetter(obj, attr, *defargs):
7474
def setup(app):
7575
# Must have the autodoc extension set up first so we can override it
7676
app.setup_extension('sphinx.ext.autodoc')
77-
# Need to import this too since it re-registers all the documenter types
78-
# =_=
7977

8078
app.add_autodoc_attrgetter(type, type_object_attrgetter)
8179

0 commit comments

Comments
 (0)