Skip to content

Commit

Permalink
Merge pull request #14 from imnotjames/patch-1
Browse files Browse the repository at this point in the history
chore: omit print when typing can't pull in
  • Loading branch information
dhalbert committed Nov 3, 2023
2 parents 8fcc3c3 + 60a9316 commit 0ca1c0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adafruit_ms8607.py
Expand Up @@ -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) #
Expand Down

0 comments on commit 0ca1c0b

Please sign in to comment.