Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Powers committed Dec 2, 2024
1 parent 9b6502a commit 743d24e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions allocations/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,7 @@ def warn_user_for_low_allocations():
# If we successfully sent mail, log it in the database
if mail_sent:
emails_sent += 1
LOG.info(
f"Warned PI about low allocation {alloc.id}"
)
LOG.info(f"Warned PI about low allocation {alloc.id}")
try:
with transaction.atomic():
alloc.low_allocation_warning_issued = datetime.now(timezone.utc)
Expand Down

0 comments on commit 743d24e

Please sign in to comment.