From 0edc88823a3e9e960da75fff9b952efea777513a Mon Sep 17 00:00:00 2001 From: Solvik Blum Date: Sun, 4 Aug 2019 23:42:08 +0200 Subject: [PATCH] flake8 --- netbox_agent/ethtool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox_agent/ethtool.py b/netbox_agent/ethtool.py index 24a9396..91522c9 100644 --- a/netbox_agent/ethtool.py +++ b/netbox_agent/ethtool.py @@ -1,6 +1,6 @@ import re -import subprocess from shutil import which +import subprocess # Originally from https://github.com/opencoff/useful-scripts/blob/master/linktest.py