Skip to content

Commit

Permalink
Remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffersonwhite committed Apr 15, 2024
1 parent d570b13 commit 01b6acf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rain_api_core/egress_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def get_presigned_url(
"X-Amz-SignedHeaders=host"
])

# Add the api_request_uuid header only if it is available
if api_request_uuid is not None:
can_query_string = "&".join([
f"A-api-request-uuid={api_request_uuid}",
Expand Down

0 comments on commit 01b6acf

Please sign in to comment.