Skip to content

Commit 90310b8

Browse files
committed
fix: ImportError introduced in previous commit in 'abstract.py'
1 parent af843ba commit 90310b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

django_celery_results/models/abstract.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
import json
44

55
from celery import states
6-
from celery.result import CeleryGroupResult, result_from_tuple
6+
from celery.result import GroupResult as CeleryGroupResult
7+
from celery.result import result_from_tuple
78
from django.conf import settings
89
from django.db import models
910
from django.utils.translation import gettext_lazy as _

0 commit comments

Comments
 (0)