Skip to content

Commit 91ed457

Browse files
committed
resolved import conflict
1 parent aebd981 commit 91ed457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
from tools.paths import EXPORT_DIR, MBED_HAL, MBED_LIBRARIES, MBED_TARGETS_PATH
1414
from tools.settings import BUILD_DIR
15-
from tools.export import EXPORTERS, mcu_ide_matrix, export_project, get_exporter_toolchain
15+
from tools.export import EXPORTERS, mcu_ide_matrix, mcu_ide_list, export_project, get_exporter_toolchain
1616
from tools.tests import TESTS, TEST_MAP
1717
from tools.tests import test_known, test_name_known, Test
1818
from tools.targets import TARGET_NAMES

0 commit comments

Comments
 (0)