diff options
Diffstat (limited to 'decoders/lm75/__init__.py')
-rw-r--r-- | decoders/lm75/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/lm75/__init__.py b/decoders/lm75/__init__.py index 4105814..1026df1 100644 --- a/decoders/lm75/__init__.py +++ b/decoders/lm75/__init__.py @@ -23,4 +23,4 @@ This decoder stacks on top of the 'i2c' PD and decodes the National LM75 (and compatibles) temperature sensor protocol. ''' -from .pd import * +from .pd import Decoder |