aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/tmc.py
diff options
context:
space:
mode:
Diffstat (limited to 'klippy/extras/tmc.py')
-rw-r--r--klippy/extras/tmc.py6
1 files changed, 4 insertions, 2 deletions
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 <kevin@koconnor.net>
#
# 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