Skip to content

Commit

Permalink
fix flake8 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jreadey committed Mar 29, 2024
1 parent ff88cb3 commit c87fa68
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hsds/util/httpUtil.py
Original file line number Diff line number Diff line change
Expand Up @@ -528,8 +528,6 @@ async def http_delete(app, url, data=None, params=None, client=None):
except TimeoutError as toe:
log.warn(f"TimeoutError for http_delete({url}: {toe})")
raise HTTPServiceUnavailable()



return rsp_json

Expand Down

0 comments on commit c87fa68

Please sign in to comment.