Skip to content

Commit 79a0e92

Browse files
committed
linting
1 parent 3538dff commit 79a0e92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pydantic_core/_pydantic_core.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ def from_json(
395395
*,
396396
allow_inf_nan: bool = True,
397397
cache_strings: bool | Literal['all', 'keys', 'none'] = True,
398-
allow_partial: bool | Literal[ "off", "on", "trailing-strings"] = False,
398+
allow_partial: bool | Literal['off', 'on', 'trailing-strings'] = False,
399399
) -> Any:
400400
"""
401401
Deserialize JSON data to a Python object.

0 commit comments

Comments
 (0)