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

Commit 42962d1

Browse files
committed
update
1 parent da870c0 commit 42962d1

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

micropython_dps310/i2c_helpers.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,7 @@
3838
3939
"""
4040
# pylint: disable=too-many-arguments
41-
try:
42-
import struct
43-
except ImportError:
44-
import ustruct as struct
41+
import struct
4542

4643

4744
class CBits:

0 commit comments

Comments
 (0)