Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Dec 8, 2023
1 parent 260385f commit ab5c020
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions chord_drs/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ def generate_bytes():
)
)

response.headers["Content-length"] = minio_obj["ContentLength"]
response.headers["Content-Length"] = minio_obj["ContentLength"]
return response


Expand Down Expand Up @@ -481,7 +481,8 @@ def object_ingest():
drs_object = candidate_drs_object
else:
logger.info(
f"Found duplicate DRS object via checksum (will deduplicate JUST bytes): {candidate_drs_object}")
f"Found duplicate DRS object via checksum (will deduplicate JUST bytes): "
f"{candidate_drs_object}")
object_to_copy = candidate_drs_object

if not drs_object:
Expand Down

0 comments on commit ab5c020

Please sign in to comment.