Skip to content

Commit

Permalink
style: black format
Browse files Browse the repository at this point in the history
  • Loading branch information
dwinston committed Dec 4, 2023
1 parent f6f46ac commit eaefd28
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions nmdc_runtime/api/endpoints/queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@ def check_can_delete(user: User):
if not permitted(user.username, "/queries:run(query_cmd:DeleteCommand)"):
raise HTTPException(
status_code=status.HTTP_403_FORBIDDEN,
detail=(
f"Only specific users "
"are allowed to issue delete commands.",
),
detail=(f"Only specific users " "are allowed to issue delete commands.",),
)


Expand Down

0 comments on commit eaefd28

Please sign in to comment.