Skip to content

Commit 16d2fcd

Browse files
committed
Fix import sorting.
1 parent bad87d1 commit 16d2fcd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

blinkt/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@
44
import time
55

66
import gpiod
7-
from gpiod.line import Direction, Value
8-
97
import gpiodevice
10-
8+
from gpiod.line import Direction, Value
119

1210
__version__ = '0.1.2'
1311

0 commit comments

Comments
 (0)