diff options
Diffstat (limited to 'klippy/extras/tmc2660.py')
-rw-r--r-- | klippy/extras/tmc2660.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/klippy/extras/tmc2660.py b/klippy/extras/tmc2660.py index 03b8c12c..8c6887ab 100644 --- a/klippy/extras/tmc2660.py +++ b/klippy/extras/tmc2660.py @@ -4,7 +4,9 @@ # Copyright (C) 2019-2021 Kevin O'Connor <kevin@koconnor.net> # # This file may be distributed under the terms of the GNU GPLv3 license. -import math, logging +import logging +import math + from . import bus, tmc, tmc2130 Registers = { |