aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/force_move.py
diff options
context:
space:
mode:
Diffstat (limited to 'klippy/extras/force_move.py')
-rw-r--r--klippy/extras/force_move.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/klippy/extras/force_move.py b/klippy/extras/force_move.py
index dfdc26f2..c43b3d0c 100644
--- a/klippy/extras/force_move.py
+++ b/klippy/extras/force_move.py
@@ -3,7 +3,9 @@
# Copyright (C) 2018-2019 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
+
import chelper
BUZZ_DISTANCE = 1.0