From 69e993c4f9ad7811e941e330c568b66a21b9452f Mon Sep 17 00:00:00 2001 From: Wuwei Lin Date: Thu, 2 Sep 2021 17:27:31 -0400 Subject: [PATCH] lint --- python/tvm/auto_scheduler/measure.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python/tvm/auto_scheduler/measure.py b/python/tvm/auto_scheduler/measure.py index c1df9450901e9..72c1126b50358 100644 --- a/python/tvm/auto_scheduler/measure.py +++ b/python/tvm/auto_scheduler/measure.py @@ -693,7 +693,9 @@ def local_builder_build(inputs, timeout, n_parallel, build_func="default", verbo res : List[BuildResult] The build results of these MeasureInputs. """ - executor = PopenPoolExecutor(n_parallel, timeout, reset_global_scope, (AutotvmGlobalScope.current,)) + executor = PopenPoolExecutor( + n_parallel, timeout, reset_global_scope, (AutotvmGlobalScope.current,) + ) tuple_res = executor.map_with_error_catching( local_build_worker, [