From 3a103b360802b81318a20063f2b4884864e79b15 Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Mon, 7 Oct 2019 12:22:04 +0200 Subject: cmake scripts: fix type issues Some of the changes are just cosmetic, but a bunch of them must be bugs, such as mixing lists and str randomly. Change-Id: Idd8340e17bcea7af3b87e595e251e13f5df1aa3f Reviewed-by: Alexandru Croitor --- util/cmake/condition_simplifier.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/cmake/condition_simplifier.py') diff --git a/util/cmake/condition_simplifier.py b/util/cmake/condition_simplifier.py index de329be1d4..d02e70e489 100644 --- a/util/cmake/condition_simplifier.py +++ b/util/cmake/condition_simplifier.py @@ -29,7 +29,7 @@ import re -from sympy import simplify_logic, And, Or, Not, SympifyError +from sympy import simplify_logic, And, Or, Not, SympifyError # type: ignore from condition_simplifier_cache import simplify_condition_memoize -- cgit v1.2.3