remove unused asyncio import from HTTPS/WSS side sniffing test

This commit is contained in:
Sudo-Ivan
2026-03-05 16:13:57 -06:00
parent 6c216290fc
commit 3daf5eb027

View File

@@ -3,7 +3,6 @@ Tests that HTTPS/WSS is used so local traffic cannot be sniffed by other apps.
Server must speak TLS only on the API/WS port; plain HTTP must not be accepted.
"""
import asyncio
import os
import socket
import ssl