Skip to content

Commit d0b63e1

Browse files
committed
Fixed lint error
1 parent 3f5117f commit d0b63e1

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

entity/tests/test_api_v2.py

-3
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,12 @@
1212
from rest_framework.exceptions import ValidationError
1313

1414
from acl.models import ACLBase
15-
from airone.lib.elasticsearch import AttrHint
1615
from airone.lib.log import Logger
1716
from airone.lib.test import AironeViewTest
1817
from airone.lib.types import AttrType
1918
from entity import tasks
2019
from entity.models import Entity, EntityAttr
21-
from entry import tasks as entry_tasks
2220
from entry.models import Entry
23-
from entry.services import AdvancedSearchService
2421
from entry.tasks import create_entry_v2
2522
from group.models import Group
2623
from role.models import Role

entity/tests/test_view.py

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
from entity.models import Entity, EntityAttr
1414
from entity.settings import CONFIG
1515
from entry.models import Attribute, Entry
16-
from entry.services import AdvancedSearchService
1716
from entry.tasks import update_es_documents
1817
from user.models import History, User
1918

0 commit comments

Comments
 (0)