Skip to content

Commit 0cb2186

Browse files
driver/power/tinycontrol: fix import order
Signed-off-by: Bastian Krause <[email protected]>
1 parent 271b1da commit 0cb2186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labgrid/driver/power/tinycontrol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
index: 3
1010
"""
1111

12-
import requests
1312
from urllib.parse import urljoin
1413
import xml.etree.ElementTree as ET
1514

15+
import requests
1616

1717
def power_set(host, port, index, value):
1818
assert port is None

0 commit comments

Comments
 (0)