diff options
Diffstat (limited to 'klippy/kinematics/corexy.py')
-rw-r--r-- | klippy/kinematics/corexy.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/klippy/kinematics/corexy.py b/klippy/kinematics/corexy.py index a571b2f6..257dd72c 100644 --- a/klippy/kinematics/corexy.py +++ b/klippy/kinematics/corexy.py @@ -3,7 +3,9 @@ # Copyright (C) 2017-2021 Kevin O'Connor <kevin@koconnor.net> # # This file may be distributed under the terms of the GNU GPLv3 license. -import logging, math +import logging +import math + import stepper |