mirror of
https://github.com/frappe/gunicorn.git
synced 2026-07-07 21:21:30 +08:00
fix(lint): remove unused io import
This commit is contained in:
parent
b3b98b1322
commit
3f0c1f9ce5
@ -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.
|
Reuses the parsing logic from the sync version, adapted for async I/O.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import io
|
|
||||||
import ipaddress
|
import ipaddress
|
||||||
import re
|
import re
|
||||||
import socket
|
import socket
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user