Commit d0b63e1 1 parent 3f5117f commit d0b63e1 Copy full SHA for d0b63e1
File tree 2 files changed +0
-4
lines changed
2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 12
12
from rest_framework .exceptions import ValidationError
13
13
14
14
from acl .models import ACLBase
15
- from airone .lib .elasticsearch import AttrHint
16
15
from airone .lib .log import Logger
17
16
from airone .lib .test import AironeViewTest
18
17
from airone .lib .types import AttrType
19
18
from entity import tasks
20
19
from entity .models import Entity , EntityAttr
21
- from entry import tasks as entry_tasks
22
20
from entry .models import Entry
23
- from entry .services import AdvancedSearchService
24
21
from entry .tasks import create_entry_v2
25
22
from group .models import Group
26
23
from role .models import Role
Original file line number Diff line number Diff line change 13
13
from entity .models import Entity , EntityAttr
14
14
from entity .settings import CONFIG
15
15
from entry .models import Attribute , Entry
16
- from entry .services import AdvancedSearchService
17
16
from entry .tasks import update_es_documents
18
17
from user .models import History , User
19
18
You can’t perform that action at this time.
0 commit comments