From e42ab760889d6fe295bdbbc1d5fa2501dee40af7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adolfo=20G=C3=B3mez=20Garc=C3=ADa?= Date: Thu, 11 May 2023 21:23:26 +0200 Subject: [PATCH] removed unused imports --- client-py3/full/src/uds/tunnel.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/client-py3/full/src/uds/tunnel.py b/client-py3/full/src/uds/tunnel.py index 2e5634a3e..d30a4c92b 100644 --- a/client-py3/full/src/uds/tunnel.py +++ b/client-py3/full/src/uds/tunnel.py @@ -32,8 +32,6 @@ import socket import socketserver import ssl import threading -import time -import random import threading import select import typing