Skip to content

Commit

Permalink
Update celery.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alesanchezr authored Jun 20, 2024
1 parent 8f5812d commit 3d41e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion breathecode/celery.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# the rest of your Celery file contents go here
import os
from datetime import UTC, datetime
from datetime import UTC, datetime, timedelta
from typing import TypedDict

from celery import Celery
Expand Down

0 comments on commit 3d41e69

Please sign in to comment.