Skip to content

Commit a7de8a0

Browse files
committed
formatting
1 parent 9aed28d commit a7de8a0

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

integrations/vespa/tests/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# SPDX-License-Identifier: Apache-2.0
44

55
import os
6-
import time
76
from unittest.mock import Mock
87

98
import pytest

integrations/vespa/tests/test_document_store.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,6 @@ class TestVespaDocumentStoreIntegration(
288288
CountDocumentsByFilterTest,
289289
GetMetadataFieldsInfoTest,
290290
):
291-
292291
@pytest.fixture
293292
def document_store(self):
294293
"""Override the inherited base fixture with a Docker-backed Vespa store."""

0 commit comments

Comments
 (0)