From a2bbefeb3d8728857c8dd54044dca6327886f7bc Mon Sep 17 00:00:00 2001 From: Jimmy Brisson Date: Thu, 18 May 2017 13:38:44 -0500 Subject: [PATCH] Add line between local and module imports --- tools/targets/lint.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/targets/lint.py b/tools/targets/lint.py index 5873945454..90b4a77335 100644 --- a/tools/targets/lint.py +++ b/tools/targets/lint.py @@ -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):