Skip to content

Commit 234e9f7

Browse files
committed
Line ending fix
1 parent 56218b2 commit 234e9f7

File tree

1 file changed

+1
-1
lines changed
  • lung_cancer_screening/config/postgresql

1 file changed

+1
-1
lines changed

lung_cancer_screening/config/postgresql/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ def get_connection_params(self) -> dict:
3737
params = super().get_connection_params()
3838
if params.get("host", "").endswith(".database.azure.com"):
3939
params["password"] = self._get_azure_connection_password()
40-
return params
40+
return params

0 commit comments

Comments
 (0)