Skip to content

Commit d08b460

Browse files
authored
Fix issue with missing import :patch:
1 parent cb91593 commit d08b460

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

yolo_models/processing/base_processing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from multiprocessing import shared_memory
22
import logging
3+
import time
34

45
import numpy as np
56

0 commit comments

Comments
 (0)