Skip to content

Commit 1f597d2

Browse files
fix: Add missing imports in conftest.py (Path, sys)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 2be207c commit 1f597d2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

conftest.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Test configuration for agent tests.
33
"""
44

5+
import sys
6+
from pathlib import Path
7+
58
import pytest
69

710
# Add the agents path

0 commit comments

Comments
 (0)