Skip to content

Commit

Permalink
Alphabetize keyword arguments
Browse files Browse the repository at this point in the history
Co-authored-by: Nick <50747025+mcdonnnj@users.noreply.github.com>
  • Loading branch information
dav3r and mcdonnnj authored May 23, 2024
1 parent 2861e2e commit 3534593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lambda_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -430,10 +430,10 @@ def task_publish(event: Dict[str, Any]) -> Dict[str, Union[Optional[str], bool]]

# Fill in header template
object_contents = object_contents.format(
description=config["description"],
domain=domain,
filename=config["filename"],
timestamp=now,
description=config["description"],
)

# Send the contents to the S3 bucket
Expand Down

0 comments on commit 3534593

Please sign in to comment.