Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jposada202020 committed Jul 24, 2023
1 parent ffc952d commit 87a4c75
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions micropython_mcp9808/i2c_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,7 @@
"""
# pylint: disable=too-many-arguments
try:
import struct
except ImportError:
import ustruct as struct
import struct


class CBits:
Expand Down

0 comments on commit 87a4c75

Please sign in to comment.