We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f696aaf commit bf9e750Copy full SHA for bf9e750
src/arduino/app_internal/core/ei.py
@@ -5,8 +5,8 @@
5
import requests
6
import io
7
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
+from arduino.app_utils.image import get_image_bytes, get_image_type
+from arduino.app_utils import Logger, HttpClient
10
11
logger = Logger(__name__)
12
0 commit comments