core.tasks: use proper TaskType import
This commit is contained in:
parent
b8ad57fc05
commit
16e40151dd
1 changed files with 1 additions and 2 deletions
|
@ -6,9 +6,8 @@ import abc
|
|||
import random
|
||||
|
||||
from celery import group
|
||||
from celery.app.task import TaskType
|
||||
|
||||
from swh.scheduler.task import Task
|
||||
from swh.scheduler.task import Task, TaskType
|
||||
|
||||
from .abstractattribute import AbstractAttribute
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue