Skip to content
This repository was archived by the owner on Dec 20, 2024. It is now read-only.

Commit 87a4c75

Browse files
committed
update
1 parent ffc952d commit 87a4c75

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

micropython_mcp9808/i2c_helpers.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,7 @@
3939
4040
"""
4141
# pylint: disable=too-many-arguments
42-
try:
43-
import struct
44-
except ImportError:
45-
import ustruct as struct
42+
import struct
4643

4744

4845
class CBits:

0 commit comments

Comments
 (0)