diff options
Diffstat (limited to 'klippy/extras/ads1x1x.py')
-rw-r--r-- | klippy/extras/ads1x1x.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/klippy/extras/ads1x1x.py b/klippy/extras/ads1x1x.py index 43bdea25..a76a14d9 100644 --- a/klippy/extras/ads1x1x.py +++ b/klippy/extras/ads1x1x.py @@ -4,7 +4,9 @@ # # This file may be distributed under the terms of the GNU GPLv3 license. import logging + import pins + from . import bus # Supported chip types |