From f81629a0c8c93076be5c5131a8496ce91e521f2d Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Tue, 13 Aug 2019 11:21:34 +0200 Subject: [PATCH] collectd_network.py: remove unused import --- contrib/collectd_network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/collectd_network.py b/contrib/collectd_network.py index 809f19de..cb328f2b 100644 --- a/contrib/collectd_network.py +++ b/contrib/collectd_network.py @@ -16,7 +16,7 @@ Collectd network protocol implementation. """ -import socket,struct,sys +import socket,struct import platform if platform.python_version() < '2.8.0': # Python 2.7 and below io.StringIO does not like unicode -- 2.11.0