We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd9a322 commit c1fa993Copy full SHA for c1fa993
1 file changed
tests/examples/test_mcp.py
@@ -17,7 +17,7 @@
17
from typing import Generator
18
19
import pytest
20
-from tests._process_utils import get_kwargs_for_process_group, terminate_process_group
+from tests.process_utils import get_kwargs_for_process_group, terminate_process_group
21
22
REPO_ROOT = Path(__file__).resolve().parent.parent.parent
23
EXAMPLES_DIR = REPO_ROOT / 'examples'
0 commit comments