Skip to content

Commit 1e40988

Browse files
committed
Add type annotations to empty_last_conversation_path fixture
1 parent 8ae1e62 commit 1e40988

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
@@ -58,7 +58,7 @@ def _create_test_module(**namespace: Any) -> None:
5858

5959

6060
@pytest.fixture
61-
def empty_last_conversation_path(tmp_path, mocker):
61+
def empty_last_conversation_path(tmp_path: Path, mocker: MockerFixture) -> Path:
6262
path = tmp_path / LAST_CONVERSATION_FILENAME
6363
mocker.patch('pydantic_ai._cli.PYDANTIC_AI_HOME', tmp_path)
6464

0 commit comments

Comments
 (0)