Skip to content

Commit 8ae1e62

Browse files
committed
Remove unused PYDANTIC_AI_HOME import from tests
1 parent a08b5ed commit 8ae1e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from prompt_toolkit.output import DummyOutput
2424
from prompt_toolkit.shortcuts import PromptSession
2525

26-
from pydantic_ai._cli import LAST_CONVERSATION_FILENAME, PYDANTIC_AI_HOME, cli, cli_agent, handle_slash_command
26+
from pydantic_ai._cli import LAST_CONVERSATION_FILENAME, cli, cli_agent, handle_slash_command
2727
from pydantic_ai.models.openai import OpenAIChatModel
2828

2929
pytestmark = pytest.mark.skipif(not imports_successful(), reason='install cli extras to run cli tests')

0 commit comments

Comments
 (0)