Skip to content

Commit 594196b

Browse files
fix: remove redundant inline asyncio imports in Python e2e tests
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent a5cc0b7 commit 594196b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

python/e2e/test_permissions.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ def on_permission_request(
7171
async def test_should_deny_tool_operations_by_default_when_no_handler_is_provided(
7272
self, ctx: E2ETestContext
7373
):
74-
import asyncio
75-
7674
session = await ctx.client.create_session()
7775

7876
denied_events = []
@@ -103,8 +101,6 @@ def on_event(event):
103101
async def test_should_deny_tool_operations_by_default_when_no_handler_is_provided_after_resume(
104102
self, ctx: E2ETestContext
105103
):
106-
import asyncio
107-
108104
session1 = await ctx.client.create_session(
109105
{"on_permission_request": PermissionHandler.approve_all}
110106
)

0 commit comments

Comments
 (0)