From a961fbda426d79dc3c33a66848408e84b0737a98 Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Fri, 15 Aug 2025 21:47:41 +0100 Subject: Isort all klippy code --- klippy/serialhdl.py | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'klippy/serialhdl.py') diff --git a/klippy/serialhdl.py b/klippy/serialhdl.py index 97169373..821d0a84 100644 --- a/klippy/serialhdl.py +++ b/klippy/serialhdl.py @@ -3,10 +3,14 @@ # Copyright (C) 2016-2021 Kevin O'Connor # # This file may be distributed under the terms of the GNU GPLv3 license. -import logging, threading, os -import serial +import logging +import os +import threading -import msgproto, chelper, util +import chelper +import msgproto +import serial +import util class error(Exception): -- cgit v1.2.3-70-g09d2