From bfe7a371ff4c4c18593aeaf9a3723db01dfc258b Mon Sep 17 00:00:00 2001 From: Sooyoung Cheong <64125280+c-sooyoung@users.noreply.github.com> Date: Wed, 5 Aug 2026 14:59:52 +0900 Subject: [PATCH] removed whitespace --- main.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.py b/main.py index c9886b3..0156487 100644 --- a/main.py +++ b/main.py @@ -5,11 +5,9 @@ import yaml import pipelines def main(config_yaml): - with open(config_yaml, 'r') as f: config = yaml.safe_load(f) - job_types = { 'random+sobo': pipelines.sobo_pipeline }