diff options
Diffstat (limited to 'klippy/kinematics/winch.py')
-rw-r--r-- | klippy/kinematics/winch.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/klippy/kinematics/winch.py b/klippy/kinematics/winch.py index 290a7f27..6a67d8c4 100644 --- a/klippy/kinematics/winch.py +++ b/klippy/kinematics/winch.py @@ -3,7 +3,8 @@ # Copyright (C) 2018-2021 Kevin O'Connor <kevin@koconnor.net> # # This file may be distributed under the terms of the GNU GPLv3 license. -import stepper, mathutil +import mathutil +import stepper class WinchKinematics: |