Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions adafruit_ms8607.py
Original file line number Diff line number Diff line change
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