Skip to content

Commit

Permalink
Use Griffe's public API
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Dec 26, 2024
1 parent 247fcb6 commit 27307d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pydantic_ai_slim/pydantic_ai/_griffe.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
from inspect import Signature
from typing import Any, Callable, Literal, cast

from _griffe.enumerations import DocstringSectionKind
from _griffe.models import Docstring, Object as GriffeObject
from griffe import Docstring, DocstringSectionKind, Object as GriffeObject

DocstringStyle = Literal['google', 'numpy', 'sphinx']

Expand Down

0 comments on commit 27307d2

Please sign in to comment.