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 56218b2 commit 234e9f7Copy full SHA for 234e9f7
lung_cancer_screening/config/postgresql/base.py
@@ -37,4 +37,4 @@ def get_connection_params(self) -> dict:
37
params = super().get_connection_params()
38
if params.get("host", "").endswith(".database.azure.com"):
39
params["password"] = self._get_azure_connection_password()
40
- return params
+ return params
0 commit comments