Skip to content

Commit

Permalink
fix ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmig committed Apr 30, 2024
1 parent ec4a59c commit f800053
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion benchmarks/cellfinder_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ class TimeBenchmark:
# Input config file
# use environment variable CONFIG_PATH if exists, otherwise use default
input_config_path = os.getenv(
"CELLFINDER_CONFIG_PATH", default=str(DEFAULT_JSON_CONFIG_PATH_CELLFINDER)
"CELLFINDER_CONFIG_PATH",
default=str(DEFAULT_JSON_CONFIG_PATH_CELLFINDER),
)

def setup_cache(self):
Expand Down

0 comments on commit f800053

Please sign in to comment.