aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/bed_screws.py
diff options
context:
space:
mode:
Diffstat (limited to 'klippy/extras/bed_screws.py')
-rw-r--r--klippy/extras/bed_screws.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/klippy/extras/bed_screws.py b/klippy/extras/bed_screws.py
index 483fc7ef..ccf9b327 100644
--- a/klippy/extras/bed_screws.py
+++ b/klippy/extras/bed_screws.py
@@ -3,7 +3,6 @@
# Copyright (C) 2019 Kevin O'Connor <kevin@koconnor.net>
#
# This file may be distributed under the terms of the GNU GPLv3 license.
-import homing
def parse_coord(config, param):
pair = config.get(param).strip().split(',', 1)