aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/msgproto.py
diff options
context:
space:
mode:
Diffstat (limited to 'klippy/msgproto.py')
-rw-r--r--klippy/msgproto.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/klippy/msgproto.py b/klippy/msgproto.py
index a2151a68..5313fad6 100644
--- a/klippy/msgproto.py
+++ b/klippy/msgproto.py
@@ -3,7 +3,9 @@
# Copyright (C) 2016-2024 Kevin O'Connor <kevin@koconnor.net>
#
# This file may be distributed under the terms of the GNU GPLv3 license.
-import json, zlib, logging
+import json
+import logging
+import zlib
DefaultMessages = {
"identify_response offset=%u data=%.*s": 0,