Skip to content

Commit 599e437

Browse files
committed
fix: imports
1 parent 5f1172e commit 599e437

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/arduino/app_bricks/object_detection/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
from typing import Any
55

66
from PIL import Image
7-
from arduino.app_utils import brick, Logger, draw_bounding_boxes, Shape
7+
from arduino.app_utils import brick, Logger
8+
from arduino.app_utils.image import draw_bounding_boxes, Shape
89
from arduino.app_internal.core import EdgeImpulseRunnerFacade
910

1011
logger = Logger("ObjectDetection")

0 commit comments

Comments
 (0)