Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 26, 2022
1 parent 381c5ec commit 5cd75ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion billing/calculate_billing.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def summary_stats(yml, contingency, months):
contingency = float(args.contingency) / 100.0

# Read in billing info
with open("hub23_billing.yaml", "r") as stream:
with open("hub23_billing.yaml") as stream:
try:
billing_info = yaml.safe_load(stream)
except yaml.YAMLError as exc:
Expand Down

0 comments on commit 5cd75ce

Please sign in to comment.