Skip to content

Commit ab76191

Browse files
sionsmithclaude
andcommitted
fix: remove unused import in test_resources
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5d0e163 commit ab76191

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/test_resources.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,6 @@ async def test_async_create_time_entry(httpx_mock: HTTPXMock):
246246

247247
@pytest.mark.asyncio
248248
async def test_async_update_time_entry(httpx_mock: HTTPXMock):
249-
from keito.types import TimeEntry
250-
251249
client = AsyncKeito(api_key="kto_test", account_id="acc_test")
252250
httpx_mock.add_response(
253251
method="PATCH",

0 commit comments

Comments
 (0)