aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/kinematics/rotary_delta.py
diff options
context:
space:
mode:
Diffstat (limited to 'klippy/kinematics/rotary_delta.py')
-rw-r--r--klippy/kinematics/rotary_delta.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/klippy/kinematics/rotary_delta.py b/klippy/kinematics/rotary_delta.py
index 41cae032..c11dd6f6 100644
--- a/klippy/kinematics/rotary_delta.py
+++ b/klippy/kinematics/rotary_delta.py
@@ -4,7 +4,7 @@
#
# This file may be distributed under the terms of the GNU GPLv3 license.
import math, logging
-import stepper, homing, mathutil, chelper
+import stepper, mathutil, chelper
class RotaryDeltaKinematics:
def __init__(self, toolhead, config):