diff options
Diffstat (limited to 'klippy/extras/controller_fan.py')
-rw-r--r-- | klippy/extras/controller_fan.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/klippy/extras/controller_fan.py b/klippy/extras/controller_fan.py index 1828a200..562ad2bc 100644 --- a/klippy/extras/controller_fan.py +++ b/klippy/extras/controller_fan.py @@ -3,7 +3,7 @@ # Copyright (C) 2019 Nils Friedchen <nils.friedchen@googlemail.com> # # This file may be distributed under the terms of the GNU GPLv3 license. -import fan +from . import fan PIN_MIN_TIME = 0.100 |