Skip to content

Commit 6f02ba0

Browse files
authored
Update base.py
1 parent c769e93 commit 6f02ba0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pydantic_settings/sources/base.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -306,11 +306,7 @@ def __call__(self) -> dict[str, Any]:
306306
)
307307

308308
def __repr__(self) -> str:
309-
return (
310-
f'{self.__class__.__name__}(init_kwargs={self.init_kwargs!r}, '
311-
f'case_sensitive={self.case_sensitive!r}, '
312-
f'nested_model_default_partial_update={self.nested_model_default_partial_update!r})'
313-
)
309+
return f'{self.__class__.__name__}(init_kwargs={self.init_kwargs!r})'
314310

315311

316312
class PydanticBaseEnvSettingsSource(PydanticBaseSettingsSource):

0 commit comments

Comments
 (0)