From 3fa275aaf0b89b00dfae9ef0f191f9ad27ecf394 Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Mon, 20 Mar 2023 13:05:20 +0200 Subject: [PATCH] wip [skip build] [skip test] --- aedi/builder.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aedi/builder.py b/aedi/builder.py index 84d191d8..f608c316 100644 --- a/aedi/builder.py +++ b/aedi/builder.py @@ -25,7 +25,8 @@ from pathlib import Path from platform import machine from .state import BuildState -from .target import Target, targets +from .target import targets +from .target.base import Target from .utility import ( OS_VERSION_ARM64, OS_VERSION_X86_64,