Skip to content

Commit afb03ac

Browse files
committed
fix lint spacing
1 parent 119d16c commit afb03ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pydantic_ai_slim/pydantic_ai/models/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -631,6 +631,7 @@ def override_allow_model_requests(allow_model_requests: bool) -> Iterator[None]:
631631
@dataclass
632632
class ModelClassInformation:
633633
"""Metadata of model as parsed from string with the model class and provider class for instantiation."""
634+
634635
model_class: type[Model]
635636
"""The raw model class"""
636637
provider_class: type[Provider[Any]] | None

0 commit comments

Comments
 (0)