Skip to content

Commit a3fef99

Browse files
committed
remove pyright ignore
1 parent 46a8a72 commit a3fef99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/runloop_api_client/_compat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def model_dump(
149149
# warnings are not supported in Pydantic v1
150150
warnings=True if PYDANTIC_V1 else warnings,
151151
)
152-
return model.dict( # pyright: ignore[reportDeprecated, reportUnnecessaryCast]
152+
return model.dict(
153153
exclude=exclude,
154154
exclude_unset=exclude_unset,
155155
exclude_defaults=exclude_defaults,

0 commit comments

Comments
 (0)