Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
javitonino committed Sep 24, 2024
1 parent 1ebf981 commit ecdeb30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nucliadb/tests/nucliadb/integration/search/test_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#
import pytest
from httpx import AsyncClient
from tests.utils import broker_resource, inject_message

from nucliadb.common.cluster import rollover
from nucliadb.common.context import ApplicationContext
Expand All @@ -41,6 +40,7 @@
)
from nucliadb_protos.utils_pb2 import Vector
from nucliadb_protos.writer_pb2_grpc import WriterStub
from tests.utils import broker_resource, inject_message


class ClassificationLabels:
Expand Down
2 changes: 1 addition & 1 deletion nucliadb/tests/nucliadb/integration/search/test_hidden.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@

import pytest
from httpx import AsyncClient
from tests.utils import broker_resource_with_title_paragraph, inject_message

from nucliadb.common.context import ApplicationContext
from nucliadb_protos.writer_pb2_grpc import WriterStub
from tests.utils import broker_resource_with_title_paragraph, inject_message


async def create_resource(kbid, nucliadb_grpc):
Expand Down

0 comments on commit ecdeb30

Please sign in to comment.