Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
javitonino committed Nov 14, 2024
1 parent 27000ad commit f419131
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/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

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

from nucliadb.learning_proxy import (
LearningConfiguration,
Expand Down Expand Up @@ -51,6 +50,7 @@
from nucliadb_protos.train_pb2_grpc import TrainStub
from nucliadb_protos.writer_pb2 import BrokerMessage, OpStatusWriter
from nucliadb_protos.writer_pb2_grpc import WriterStub
from tests.utils import broker_resource, inject_message


@pytest.mark.asyncio
Expand Down
2 changes: 1 addition & 1 deletion nucliadb/tests/nucliadb/integration/test_reindex.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
from functools import partial

from httpx import AsyncClient
from tests.utils import inject_message, dirty_index

from nucliadb.common import datamanagers
from nucliadb.common.cluster import manager
Expand All @@ -33,6 +32,7 @@
from nucliadb_protos import noderesources_pb2, nodewriter_pb2
from nucliadb_protos.writer_pb2 import BrokerMessage
from nucliadb_protos.writer_pb2_grpc import WriterStub
from tests.utils import dirty_index, inject_message


async def test_reindex(
Expand Down

0 comments on commit f419131

Please sign in to comment.