Skip to content

Commit 251d979

Browse files
authored
Actually fix the import
1 parent 0240cbd commit 251d979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoapi/_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import astroid
55
from astroid.builder import AstroidBuilder
6-
from astroid.manager import AstroidBuilder
6+
from astroid.manager import AstroidManager
77
import sphinx.util.docstrings
88

99
from . import _astroid_utils

0 commit comments

Comments
 (0)