Skip to content

Commit fdc29fa

Browse files
committed
fix ruff
1 parent 959e878 commit fdc29fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

benchmarks/cellfinder_core.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ class TimeBenchmark:
8282
# Input config file
8383
# use environment variable CONFIG_PATH if exists, otherwise use default
8484
input_config_path = os.getenv(
85-
"CELLFINDER_CONFIG_PATH", default=str(DEFAULT_JSON_CONFIG_PATH_CELLFINDER)
85+
"CELLFINDER_CONFIG_PATH",
86+
default=str(DEFAULT_JSON_CONFIG_PATH_CELLFINDER),
8687
)
8788

8889
def setup_cache(self):

0 commit comments

Comments
 (0)