Skip to content

Commit

Permalink
docs: remove incorrect comment from config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Jan 10, 2024
1 parent accc220 commit d60614b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/backend/app/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ def assemble_db_connection(cls, v: Optional[str], info: ValidationInfo) -> Any:
host=info.data.get("FMTM_DB_HOST"),
path=info.data.get("FMTM_DB_NAME", ""),
)
# Convert Url type to string
return pg_url

ODK_CENTRAL_URL: Optional[str] = ""
Expand Down

0 comments on commit d60614b

Please sign in to comment.