diff --git a/gunicorn/asgi/message.py b/gunicorn/asgi/message.py index 4616a9a2..45afb851 100644 --- a/gunicorn/asgi/message.py +++ b/gunicorn/asgi/message.py @@ -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