From: Ruben Kerkhof Date: Tue, 13 Aug 2019 09:21:34 +0000 (+0200) Subject: collectd_network.py: remove unused import X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=f81629a0c8c93076be5c5131a8496ce91e521f2d;p=collectd.git collectd_network.py: remove unused import --- 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