Skip to content

Commit

Permalink
Fix flake8 error
Browse files Browse the repository at this point in the history
  • Loading branch information
tk0miya committed Apr 5, 2020
1 parent 231d75b commit afdcd73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx/util/inspect.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import warnings
from functools import partial, partialmethod
from inspect import ( # NOQA
Parameter, isclass, ismethod, ismethoddescriptor, isroutine, unwrap
Parameter, isclass, ismethod, ismethoddescriptor, unwrap
)
from io import StringIO
from typing import Any, Callable, Mapping, List, Tuple
Expand Down

0 comments on commit afdcd73

Please sign in to comment.