fix(lint): remove unused io import

This commit is contained in:
Benoit Chesneau 2026-02-19 01:02:14 +01:00
parent b3b98b1322
commit 3f0c1f9ce5

View File

@ -8,7 +8,6 @@ Async version of gunicorn/http/message.py for ASGI workers.
Reuses the parsing logic from the sync version, adapted for async I/O.
"""
import io
import ipaddress
import re
import socket