Skip to content

Commit e6d8ed3

Browse files
vvillait88claude
andcommitted
test: drop redundant local asyncio import
asyncio is already module-level imported (line 16); the inner import in test_mount_ucp_routes_aiohttp_registers_three_routes shadowed it for no reason. Caught by github-code-quality bot on PR #49. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 439daab commit e6d8ed3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/test_seamless_helpers.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1702,8 +1702,6 @@ def test_mount_ucp_routes_django_appends_urlpatterns() -> None:
17021702

17031703

17041704
def test_mount_ucp_routes_aiohttp_registers_three_routes() -> None:
1705-
import asyncio
1706-
17071705
from aiohttp import web
17081706
from aiohttp.test_utils import TestClient, TestServer
17091707

0 commit comments

Comments
 (0)