Skip to content

Commit 9846dd5

Browse files
Another
1 parent 6147d27 commit 9846dd5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/python/mbed_tools/targets/get_target.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
can be retrieved by calling one of the public functions.
1010
"""
1111

12+
from __future__ import annotations
13+
1214
from mbed_tools.build._internal.config.schemas import TargetJSON
1315
from mbed_tools.targets._internal import target_attributes
1416
from mbed_tools.targets.exceptions import TargetError

0 commit comments

Comments
 (0)