From 5738ccd1e0d4d9f84e14c015820ba5e58179c32e Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 20:00:06 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Remove=20unused=20`socket`=20imp?= =?UTF-8?q?ort=20from=20`poller/security.py`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: d3mocide <136547209+d3mocide@users.noreply.github.com> --- poller/security.py | 1 - 1 file changed, 1 deletion(-) diff --git a/poller/security.py b/poller/security.py index 22df2ca..7ab84ea 100644 --- a/poller/security.py +++ b/poller/security.py @@ -1,6 +1,5 @@ import asyncio import ipaddress -import socket from urllib.parse import urlparse import httpx