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 Jul 22, 2022
1 parent cf814d0 commit 767faa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omeroweb/webgateway/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -2690,7 +2690,7 @@ def original_file_paths(request, iid, conn=None, **kwargs):
return {
"repo": paths["server_paths"],
"client": paths["client_paths"],
"fileset": {"id": fileset_id}
"fileset": {"id": fileset_id},
}


Expand Down

0 comments on commit 767faa0

Please sign in to comment.