From e0d363aad8e2204fe8ca4b6937ef2ad74a7b293b Mon Sep 17 00:00:00 2001 From: Thaddeus Crews Date: Mon, 24 Jun 2024 12:20:55 -0500 Subject: Integrate `.pre-commit-config.yaml` --- tools/linux.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/linux.py') diff --git a/tools/linux.py b/tools/linux.py index 1783e06..0b26878 100644 --- a/tools/linux.py +++ b/tools/linux.py @@ -1,6 +1,6 @@ import common_compiler_flags -from SCons.Variables import * from SCons.Tool import clang, clangxx +from SCons.Variables import BoolVariable def options(opts): -- cgit v1.2.3