Skip to content

Commit 2e7e053

Browse files
committed
Remove Enum import
MicroPython doesn't include Enum, and it's not used in this library anyways
1 parent ad352bc commit 2e7e053

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

qwiic_relay.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
#-----------------------------------------------------------------------------
5656

5757
from __future__ import print_function
58-
from enum import Enum
5958

6059
import qwiic_i2c
6160

0 commit comments

Comments
 (0)