Skip to content

Commit 91e77f1

Browse files
committed
Import FireRef before using it
1 parent 28800fb commit 91e77f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
MBED_CONFIG_FILE, MBED_LIBRARIES_DRIVERS,
4343
MBED_LIBRARIES_PLATFORM, MBED_LIBRARIES_HAL,
4444
BUILD_DIR)
45-
from .resources import Resources, FileType
45+
from .resources import Resources, FileType, FileRef
4646
from .notifier.mock import MockNotifier
4747
from .targets import TARGET_NAMES, TARGET_MAP
4848
from .libraries import Library

0 commit comments

Comments
 (0)