Removing some unused imports

This commit is contained in:
Miroslav Štampar 2026-06-28 02:09:50 +02:00
parent c51b4c072f
commit 7e610b8716
9 changed files with 10 additions and 17 deletions

View file

@ -9,7 +9,6 @@ import socket
import threading
import time
from lib.core.data import conf
from lib.core.settings import KEEPALIVE_IDLE_TIMEOUT
from lib.core.settings import KEEPALIVE_MAX_REQUESTS
from thirdparty.six.moves import http_client as _http_client