Skip to content

Commit be21c24

Browse files
committed
Fix lint
1 parent 843dac4 commit be21c24

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pydantic_ai_slim/pydantic_ai/models/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,6 @@ class ModelClassInformation:
638638

639639
def infer_provider_model_class(model: KnownModelName | str) -> ModelClassInformation:
640640
"""Infer the model and provider from the name."""
641-
642641
if model == 'test':
643642
from .test import TestModel
644643

0 commit comments

Comments
 (0)