cleanup imports

This commit is contained in:
Blake Blackshear
2020-01-04 12:00:29 -06:00
parent 02efb6f415
commit f5a2252b29
3 changed files with 7 additions and 6 deletions

View File

@@ -5,7 +5,8 @@ import threading
import prctl
import numpy as np
from edgetpu.detection.engine import DetectionEngine
from . util import tonumpyarray, LABELS, PATH_TO_CKPT
from frigate.util import tonumpyarray, LABELS, PATH_TO_CKPT
class PreppedQueueProcessor(threading.Thread):
def __init__(self, cameras, prepped_frame_queue, fps, queue_full):