diff --git a/adafruit_ms8607.py b/adafruit_ms8607.py index 18b7658..b6fe40a 100644 --- a/adafruit_ms8607.py +++ b/adafruit_ms8607.py @@ -40,11 +40,11 @@ try: """Needed for type annotations""" - from busio import I2C from typing import Tuple, Any + from busio import I2C except ImportError: - print("Couldnt import") + pass _MS8607_HSENSOR_ADDR = const(0x40) #