Skip to content

Commit f404b6c

Browse files
committed
add missing time import
1 parent a184c68 commit f404b6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

anki_vector/connection.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
import platform
2929
import sys
3030
import threading
31+
import time
3132
from typing import Any, Awaitable, Callable, Coroutine, Dict, List
3233

3334
from google.protobuf.text_format import MessageToString

0 commit comments

Comments
 (0)