|
|
@ -8,7 +8,7 @@ from rest_framework import status |
|
|
|
from rest_framework.reverse import reverse |
|
|
|
|
|
|
|
|
|
|
|
from api.tests.api.utils import CRUDMixin |
|
|
|
from api.tests.utils import CRUDMixin |
|
|
|
from auto_labeling.pipeline.labels import Categories, Spans, Texts |
|
|
|
from examples.tests.utils import make_doc |
|
|
|
from labels.models import Category, Span, TextLabel |
|
|
|