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.
| None
Optional
1 parent cce6146 commit fc7056fCopy full SHA for fc7056f
components/clp-py-utils/clp_py_utils/clp_config.py
@@ -176,7 +176,7 @@ class Database(BaseModel):
176
username: NonEmptyStr | None = None
177
password: NonEmptyStr | None = None
178
179
- root_password: Optional[NonEmptyStr] = None
+ root_password: NonEmptyStr | None = None
180
181
def ensure_credentials_loaded(self):
182
if self.username is None or self.password is None:
0 commit comments