Fixed, removed unused imports

This commit is contained in:
Haw Loeung 2020-02-04 07:29:56 +11:00 committed by Brian May
parent 13db89916a
commit 6e9c58b4b4

View File

@ -1,6 +1,5 @@
import socket
from sshuttle.firewall import subnet_weight
from sshuttle.helpers import Fatal, log
from sshuttle.linux import nft, nft_get_handle, nft_chain_exists, nonfatal
from sshuttle.methods import BaseMethod