Skip to content

Commit 85a8f32

Browse files
authored
Merge pull request #48 from adafruit/lint
Linted
2 parents 91f6e8c + 9a0cb0b commit 85a8f32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/dht_to_led_display.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
from board import D2, TX, RX, D1
99
import busio
1010
import digitalio
11-
import adafruit_dht
1211
from adafruit_max7219 import bcddigits
12+
import adafruit_dht
1313

1414

1515
clk = RX

0 commit comments

Comments
 (0)