Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import asyncio
import logging
import re
from turtle import st

from typing import Optional
Comment on lines 12 to 14
Copy link

Copilot AI May 1, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

import re appears unused in this module (no re.* usage found). Since this PR is already cleaning up accidental imports, consider removing re as well and keeping the stdlib imports contiguous (no extra blank line before from typing import Optional).

Copilot uses AI. Check for mistakes.

import anyio
Expand Down
Loading