Skip to content

Commit 6951f8c

Browse files
committed
fix import?
1 parent fd4e191 commit 6951f8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_esp32spi/adafruit_esp32spi_socket.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
import time
3434
import gc
3535
from micropython import const
36-
from adafruit_esp32spi import adafruit_esp32spi
36+
import adafruit_esp32spi
3737

3838
_the_interface = None # pylint: disable=invalid-name
3939
def set_interface(iface):

0 commit comments

Comments
 (0)