Skip to content

Commit 119d16c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydantic_ai_slim/pydantic_ai/models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ class ModelClassInformation:
641641
"""The provider name as parsed from input string"""
642642

643643

644-
def infer_provider_model_class(model: KnownModelName | str) -> ModelClassInformation: # C901
644+
def infer_provider_model_class(model: KnownModelName | str) -> ModelClassInformation: # C901
645645
"""Infer the model and provider from the name."""
646646
if model == 'test':
647647
from .test import TestModel

0 commit comments

Comments
 (0)