diff options
Diffstat (limited to 'klippy/extras/input_shaper.py')
-rw-r--r-- | klippy/extras/input_shaper.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/klippy/extras/input_shaper.py b/klippy/extras/input_shaper.py index 70a68fd1..90c168e5 100644 --- a/klippy/extras/input_shaper.py +++ b/klippy/extras/input_shaper.py @@ -5,7 +5,9 @@ # # This file may be distributed under the terms of the GNU GPLv3 license. import collections + import chelper + from . import shaper_defs |