From 3ffcdd49652798a3ea5120cb0f195be0e8974106 Mon Sep 17 00:00:00 2001 From: Guilherme Leobas Date: Tue, 2 May 2023 22:15:36 -0300 Subject: [PATCH] remove parenthesis --- rbc/heavydb/remoteheavydb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rbc/heavydb/remoteheavydb.py b/rbc/heavydb/remoteheavydb.py index 01057307..5bb55531 100644 --- a/rbc/heavydb/remoteheavydb.py +++ b/rbc/heavydb/remoteheavydb.py @@ -1384,7 +1384,7 @@ def compiler(self): f'{compiler.compiler_exe} version ' f'({".".join(map(str, compiler.version[:3]))}) ' 'is different than LLVM shipped with Numba ' - f'({_min_llvm_version}). It is important to be aware that not ' + f'{_min_llvm_version}. It is important to be aware that not ' 'all LLVM IR generated by clang with a version higher than ' 'what is supported by Numba can be successfully parsed by ' 'llvmlite. It is recommended to use a clang version that is '