diff options
Diffstat (limited to 'klippy/stepper.py')
-rw-r--r-- | klippy/stepper.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/klippy/stepper.py b/klippy/stepper.py index 09b1b9e1..c340a44e 100644 --- a/klippy/stepper.py +++ b/klippy/stepper.py @@ -3,7 +3,10 @@ # Copyright (C) 2016-2025 Kevin O'Connor <kevin@koconnor.net> # # This file may be distributed under the terms of the GNU GPLv3 license. -import math, logging, collections +import collections +import logging +import math + import chelper |