Skip to content

Commit 6aff9df

Browse files
committed
Remove now useless line
1 parent 0e36c54 commit 6aff9df

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: pgcommitfest/commitfest/views.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
from django.conf import settings
1212

13-
from datetime import datetime, timezone
13+
from datetime import datetime
1414
from email.mime.text import MIMEText
1515
from email.utils import formatdate, make_msgid
1616
import json
@@ -820,7 +820,6 @@ def cfbot_ingest(message):
820820
branch_status = message["branch_status"]
821821
patch_id = branch_status["submission_id"]
822822
branch_id = branch_status["branch_id"]
823-
created = datetime.fromisoformat(branch_status["created"]).replace(tzinfo=timezone.utc)
824823

825824
try:
826825
Patch.objects.get(pk=patch_id)

0 commit comments

Comments
 (0)