We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 231d75b commit afdcd73Copy full SHA for afdcd73
sphinx/util/inspect.py
@@ -17,7 +17,7 @@
17
import warnings
18
from functools import partial, partialmethod
19
from inspect import ( # NOQA
20
- Parameter, isclass, ismethod, ismethoddescriptor, isroutine, unwrap
+ Parameter, isclass, ismethod, ismethoddescriptor, unwrap
21
)
22
from io import StringIO
23
from typing import Any, Callable, Mapping, List, Tuple
0 commit comments