Skip to content

Commit 5858176

Browse files
committed
repr.
1 parent 9e0a944 commit 5858176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydantic_settings/sources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ def __call__(self) -> dict[str, Any]:
311311
return self.defaults
312312

313313
def __repr__(self) -> str:
314-
return f'DefaultSettingsSource(init_kwargs={self.defaults!r})'
314+
return f'DefaultSettingsSource()'
315315

316316

317317
class InitSettingsSource(PydanticBaseSettingsSource):

0 commit comments

Comments
 (0)