Add line between local and module imports

pull/4760/head
Jimmy Brisson 2017-05-18 13:38:44 -05:00 committed by adbridge
parent c85f4362bd
commit a2bbefeb3d
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):