summaryrefslogtreecommitdiffstats
path: root/collectors/python.d.plugin/ntpd/ntpd.chart.py
diff options
context:
space:
mode:
Diffstat (limited to 'collectors/python.d.plugin/ntpd/ntpd.chart.py')
-rw-r--r--collectors/python.d.plugin/ntpd/ntpd.chart.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/collectors/python.d.plugin/ntpd/ntpd.chart.py b/collectors/python.d.plugin/ntpd/ntpd.chart.py
index e33332cb3..275d2276c 100644
--- a/collectors/python.d.plugin/ntpd/ntpd.chart.py
+++ b/collectors/python.d.plugin/ntpd/ntpd.chart.py
@@ -4,12 +4,11 @@
# Author: Ilya Mashchenko (ilyam8)
# SPDX-License-Identifier: GPL-3.0-or-later
-import struct
import re
+import struct
from bases.FrameworkServices.SocketService import SocketService
-
# NTP Control Message Protocol constants
MODE = 6
HEADER_FORMAT = '!BBHHHHH'