Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 28, 2023
1 parent f4880dc commit de08ec3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/backend/app/projects/project_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,7 @@ async def update_odk_credentials(
project_id: int,
db: Session = Depends(database.get_db),
):
"""Update odk credential of a project.
"""
"""Update odk credential of a project."""
if odk_central_cred.odk_central_url.endswith("/"):
odk_central_cred.odk_central_url = odk_central_cred.odk_central_url[:-1]

Expand Down

0 comments on commit de08ec3

Please sign in to comment.