Skip to content

Commit a2ce3d1

Browse files
committed
fix invalid fmt
1 parent 3350a7a commit a2ce3d1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sdk/agenta/client/backend/types/o_tel_span.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ class OTelSpan(UniversalBaseModel):
4545
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(
4646
extra="allow",
4747
frozen=True,
48-
json_schema_extra=lambda schema,
49-
model: None, # Disable schema generation to prevent recursion
48+
json_schema_extra=lambda schema, model: None, # fmt: off
5049
) # type: ignore # Pydantic v2
5150
else:
5251

0 commit comments

Comments
 (0)