Skip to content

Commit 54c9a2b

Browse files
committed
Reorder imports controller.py
1 parent c4f0171 commit 54c9a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"""
1313

1414
from datetime import datetime, timedelta
15-
from queue import Empty, PriorityQueue
1615
import logging
16+
from queue import Empty, PriorityQueue
1717
import threading
1818
import time
1919

0 commit comments

Comments
 (0)