From 6e9c58b4b486d33f8ac40ffe2241de3b2d51350a Mon Sep 17 00:00:00 2001 From: Haw Loeung Date: Tue, 4 Feb 2020 07:29:56 +1100 Subject: Fixed, removed unused imports --- sshuttle/methods/nft.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sshuttle/methods/nft.py b/sshuttle/methods/nft.py index 40f6f3b..dbc0501 100644 --- a/sshuttle/methods/nft.py +++ b/sshuttle/methods/nft.py @@ -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 -- cgit v1.2.3