Skip to content

Commit bcf4206

Browse files
committed
Update adafruit_dht.py
Fix issue on linting removing not used variable from digitalio
1 parent 1d3929f commit bcf4206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_dht.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
import array
3232
import time
3333
from os import uname
34-
from digitalio import DigitalInOut, Pull, Direction
34+
from digitalio import DigitalInOut, Direction
3535

3636
_USE_PULSEIO = False
3737
try:

0 commit comments

Comments
 (0)