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 247fcb6 commit 875d5ebCopy full SHA for 875d5eb
pydantic_ai_slim/pydantic_ai/_griffe.py
@@ -4,8 +4,7 @@
4
from inspect import Signature
5
from typing import Any, Callable, Literal, cast
6
7
-from _griffe.enumerations import DocstringSectionKind
8
-from _griffe.models import Docstring, Object as GriffeObject
+from griffe import Docstring, DocstringSectionKind, Object as GriffeObject
9
10
DocstringStyle = Literal['google', 'numpy', 'sphinx']
11
0 commit comments