Skip to content

Commit 43317bb

Browse files
committed
Issue 305: abstract models
* Fixed import bug
1 parent 0b07fd6 commit 43317bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

django_celery_results/models/generic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
from django_celery_results.models.abstract import (
1212
AbstractGroupResult,
13-
AbstractTaskResult
13+
AbstractTaskResult,
1414
)
1515

1616

django_celery_results/managers.py renamed to django_celery_results/models/managers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from django.conf import settings
99
from django.db import connections, models, router, transaction
1010

11-
from .utils import now, raw_delete
11+
from ..utils import now, raw_delete
1212

1313
W_ISOLATION_REP = """
1414
Polling results with transaction isolation level 'repeatable-read'

0 commit comments

Comments
 (0)