Add line between local and module imports

pull/4215/head
Jimmy Brisson 2017-05-18 13:38:44 -05:00
parent 7775764db9
commit dfeb864f19
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ if __name__ == "__main__":
from copy import copy from copy import copy
from yaml import dump_all from yaml import dump_all
import argparse import argparse
from tools.targets import Target, set_targets_json_location, TARGET_MAP from tools.targets import Target, set_targets_json_location, TARGET_MAP
def must_have_keys(keys, dict): def must_have_keys(keys, dict):