Skip to content

Commit afdcd73

Browse files
committed
Fix flake8 error
1 parent 231d75b commit afdcd73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx/util/inspect.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import warnings
1818
from functools import partial, partialmethod
1919
from inspect import ( # NOQA
20-
Parameter, isclass, ismethod, ismethoddescriptor, isroutine, unwrap
20+
Parameter, isclass, ismethod, ismethoddescriptor, unwrap
2121
)
2222
from io import StringIO
2323
from typing import Any, Callable, Mapping, List, Tuple

0 commit comments

Comments
 (0)