chore: remove unused asyncio import

This commit is contained in:
user 2026-04-16 05:14:39 +00:00
parent 30c6556782
commit f5a9218cb3
No known key found for this signature in database

View file

@ -9,7 +9,6 @@ URL to connect to the validated IP directly — no TOCTOU gap, no DNS
rebinding. Redirects are followed manually with validation at each hop.
"""
import asyncio
import socket
from ipaddress import ip_address, ip_network
from typing import Any, Tuple