Skip to content

Commit bf9e750

Browse files
committed
fix: wrong import
1 parent f696aaf commit bf9e750

File tree

1 file changed

+2
-2
lines changed
  • src/arduino/app_internal/core

1 file changed

+2
-2
lines changed

src/arduino/app_internal/core/ei.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
import requests
66
import io
77
from arduino.app_internal.core import load_brick_compose_file, resolve_address
8-
from arduino.app_utils import get_image_bytes, get_image_type, HttpClient
9-
from arduino.app_utils import Logger
8+
from arduino.app_utils.image import get_image_bytes, get_image_type
9+
from arduino.app_utils import Logger, HttpClient
1010

1111
logger = Logger(__name__)
1212

0 commit comments

Comments
 (0)