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/extras/tmc.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'klippy/extras/tmc.py') diff --git a/klippy/extras/tmc.py b/klippy/extras/tmc.py index 4a7bcc9c..15d7fe0d 100644 --- a/klippy/extras/tmc.py +++ b/klippy/extras/tmc.py @@ -3,10 +3,12 @@ # Copyright (C) 2018-2020 Kevin O'Connor # # This file may be distributed under the terms of the GNU GPLv3 license. -import logging, collections +import collections +import logging + import stepper -from . import bulk_sensor +from . import bulk_sensor ###################################################################### # Field helpers -- cgit v1.2.3-70-g09d2