We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68ac803 commit 4783c15Copy full SHA for 4783c15
1 file changed
src/pytkdocs/parsers/attributes.py
@@ -9,7 +9,7 @@
9
try:
10
from ast import unparse # type: ignore
11
except ImportError:
12
- from astunparse import unparse
+ from astunparse import unparse # type: ignore
13
14
RECURSIVE_NODES = (ast.If, ast.IfExp, ast.Try, ast.With)
15
0 commit comments