We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a079c8 commit 1c0afe8Copy full SHA for 1c0afe8
pydantic_ssm_settings/settings.py
@@ -48,7 +48,7 @@ def __init__(
48
# NOTE: Need a direct access to the attributes dictionary to avoid raising an AttributeError: __pydantic_private__ exception
49
self.__dict__["__ssm_prefix"] = _ssm_prefix
50
self.__dict__["__ssm_client"] = _ssm_client
51
- super().__init__(self, *args, **kwargs)
+ super().__init__(*args, **kwargs)
52
53
def settings_customise_sources(
54
self,
0 commit comments