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

Commit 929c0db

Browse files
committed
update
1 parent 7ca4952 commit 929c0db

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

micropython_stts22h/i2c_helpers.py

Lines changed: 1 addition & 4 deletions
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)