From f0bf9349772aac907b2c213328aa6feb97d5e273 Mon Sep 17 00:00:00 2001 From: Dmitry Razdoburdin <> Date: Thu, 27 Jul 2023 23:45:41 -0700 Subject: [PATCH] black --- tests/run_examples.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/run_examples.py b/tests/run_examples.py index 533da71247..320a33bbb4 100755 --- a/tests/run_examples.py +++ b/tests/run_examples.py @@ -188,9 +188,7 @@ def check_library(rule): req_os = defaultdict(lambda: []) -skiped_files = [ - "log_reg_model_builder.py" -] +skiped_files = ["log_reg_model_builder.py"] def get_exe_cmd(ex, nodist, nostream):