Skip to content

Commit

Permalink
fix: add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
Hudson Medeiros authored and joaodaher committed May 16, 2023
1 parent 9ff6f0e commit 8d13270
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions django_cloud_tasks/tasks/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
from django_cloud_tasks.apps import DjangoCloudTasksAppConfig
from django_cloud_tasks.context import get_current_headers
from django_cloud_tasks.serializers import deserialize, serialize
import json


def register(task_class) -> None:
Expand Down

0 comments on commit 8d13270

Please sign in to comment.