Skip to content

Commit b8f8eed

Browse files
committed
[FIX] Import missing modules
1 parent 4e2b7d7 commit b8f8eed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

protoplaster/tools/tools.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
from concurrent.futures import ThreadPoolExecutor, Future
44

55
from protoplaster.webui.devices import get_device_by_name
6+
from protoplaster.tools.log import error
67

78
# Executor to manage threads for non-blocking `trigger_on_remote` calls
89
_executor = ThreadPoolExecutor()

0 commit comments

Comments
 (0)