From 7f711e938900cc7ab714ebb5279d2312964a41b1 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 3 Aug 2020 12:27:59 +0200 Subject: Move misplaced import --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index dea1ccb3..cd0e1eea 100644 --- a/wscript +++ b/wscript @@ -355,6 +355,7 @@ class LintContext(Build.BuildContext): def lint(ctx): "checks code for style issues" import subprocess + import sys st = 0 @@ -378,7 +379,6 @@ def lint(ctx): Logs.info("Running clang-tidy") import json - import sys with open('build/compile_commands.json', 'r') as db: commands = json.load(db) -- cgit v1.2.1