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 6147d27 commit 9846dd5Copy full SHA for 9846dd5
tools/python/mbed_tools/targets/get_target.py
@@ -9,6 +9,8 @@
9
can be retrieved by calling one of the public functions.
10
"""
11
12
+from __future__ import annotations
13
+
14
from mbed_tools.build._internal.config.schemas import TargetJSON
15
from mbed_tools.targets._internal import target_attributes
16
from mbed_tools.targets.exceptions import TargetError
0 commit comments