diff options
Diffstat (limited to 'klippy/extras/sx1509.py')
-rw-r--r-- | klippy/extras/sx1509.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/klippy/extras/sx1509.py b/klippy/extras/sx1509.py index a6c700fc..7a4f24db 100644 --- a/klippy/extras/sx1509.py +++ b/klippy/extras/sx1509.py @@ -4,7 +4,7 @@ # # This file may be distributed under the terms of the GNU GPLv3 license. import pins -import bus +from . import bus # Word registers REG_RESET = 0x7D |