diff options
Diffstat (limited to 'klippy/extras/tmc.py')
-rw-r--r-- | klippy/extras/tmc.py | 6 |
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 |