From 87a4c75a65c68d717b962ed4833c2db6f3adaf60 Mon Sep 17 00:00:00 2001 From: jposada202020 Date: Sun, 23 Jul 2023 23:02:23 -0400 Subject: [PATCH] update --- micropython_mcp9808/i2c_helpers.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/micropython_mcp9808/i2c_helpers.py b/micropython_mcp9808/i2c_helpers.py index 3e31841..7cabc55 100644 --- a/micropython_mcp9808/i2c_helpers.py +++ b/micropython_mcp9808/i2c_helpers.py @@ -39,10 +39,7 @@ """ # pylint: disable=too-many-arguments -try: - import struct -except ImportError: - import ustruct as struct +import struct class CBits: