mirror of https://github.com/ARMmbed/mbed-os.git
Add line between local and module imports
parent
c85f4362bd
commit
a2bbefeb3d
|
@ -29,6 +29,7 @@ if __name__ == "__main__":
|
|||
from copy import copy
|
||||
from yaml import dump_all
|
||||
import argparse
|
||||
|
||||
from tools.targets import Target, set_targets_json_location, TARGET_MAP
|
||||
|
||||
def must_have_keys(keys, dict):
|
||||
|
|
Loading…
Reference in New Issue