Skip to content

Commit 61302b7

Browse files
authored
Remove obsolete reference to ustruct
1 parent 9aece7c commit 61302b7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

adafruit_seesaw/seesaw.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,9 @@
2929
# compatible classes so we won't bother with some lints until then.
3030
# pylint: disable=missing-docstring,invalid-name,too-many-public-methods,no-name-in-module
3131

32+
import struct
3233
import time
3334

34-
try:
35-
import struct
36-
except ImportError:
37-
import ustruct as struct
3835
try:
3936
from micropython import const
4037
except ImportError:

0 commit comments

Comments
 (0)