mirror of https://github.com/ARMmbed/mbed-os.git
Add line between local and module imports
parent
7775764db9
commit
dfeb864f19
|
@ -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