Skip to content

Commit 4783c15

Browse files
committed
ci: Ignore mypy error for unparse import
1 parent 68ac803 commit 4783c15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pytkdocs/parsers/attributes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
try:
1010
from ast import unparse # type: ignore
1111
except ImportError:
12-
from astunparse import unparse
12+
from astunparse import unparse # type: ignore
1313

1414
RECURSIVE_NODES = (ast.If, ast.IfExp, ast.Try, ast.With)
1515

0 commit comments

Comments
 (0)