Skip to content

Commit 490dd52

Browse files
committed
Fix breaking change in new version of griffe
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 661ef69 commit 490dd52

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/_scripts/macros.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
from typing import Any
77

88
import markdown as md
9-
from griffe import Object
10-
from griffe.collections import ModulesCollection
9+
from griffe import ModulesCollection, Object
1110
from markdown.extensions import toc
1211
from mkdocs_macros import plugin as macros
1312
from mkdocstrings_handlers.python.handler import PythonHandler

0 commit comments

Comments
 (0)