Skip to content

Commit

Permalink
Remove now useless line
Browse files Browse the repository at this point in the history
  • Loading branch information
JelteF committed Dec 21, 2024
1 parent 0e36c54 commit 6aff9df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pgcommitfest/commitfest/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

from django.conf import settings

from datetime import datetime, timezone
from datetime import datetime
from email.mime.text import MIMEText
from email.utils import formatdate, make_msgid
import json
Expand Down Expand Up @@ -820,7 +820,6 @@ def cfbot_ingest(message):
branch_status = message["branch_status"]
patch_id = branch_status["submission_id"]
branch_id = branch_status["branch_id"]
created = datetime.fromisoformat(branch_status["created"]).replace(tzinfo=timezone.utc)

try:
Patch.objects.get(pk=patch_id)
Expand Down

0 comments on commit 6aff9df

Please sign in to comment.