remove unused imports

This commit is contained in:
nicole trinity
2024-08-07 10:33:25 -04:00
committed by Brian May
parent 8da94c39ea
commit 8364fd96e8
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,6 @@ import io
import socket
from socket import AF_INET, AF_INET6
import errno
import time
from unittest.mock import patch, call
import sshuttle.helpers