Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4e183c9

Browse files
committedJun 13, 2022
fix simpletest import
1 parent ee14049 commit 4e183c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎examples/itertools_simpletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import board
2828
import busio
2929
import adafruit_si7021
30-
from adafruit_itertools.adafruit_itertools import count
30+
from adafruit_itertools import count
3131
from adafruit_itertools.adafruit_itertools_extras import repeatfunc
3232

3333

0 commit comments

Comments
 (0)