Skip to content

Commit 7215c2d

Browse files
committed
refactor(tests): clean up import statements in test_ingest.py
1 parent 95a7b03 commit 7215c2d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/test_ingest.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
from __future__ import annotations
44

55
import pytest
6-
76
from cortex_core.items import extract_items_from_summary
87

98

@@ -181,10 +180,9 @@ def test_items_appear_in_item_store(self, engine):
181180

182181
@pytest.fixture()
183182
def ingest_client(tmp_path):
184-
import cortex_core.api.server as server_module
185-
186183
from fastapi.testclient import TestClient
187184

185+
import cortex_core.api.server as server_module
188186
from cortex_core.api.server import create_app
189187
from cortex_core.config import CortexConfig
190188
from cortex_core.engine import CortexEngine

0 commit comments

Comments
 (0)