Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 2, 2024
1 parent ceea488 commit 757155e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bidsmreye/_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ def cli(argv: Any = sys.argv) -> None:
log_level = min(len(log_levels()) - 1, max(log_level + adjustment, 0))
log_level_name = log_levels()[log_level]


model_weights_file = None
if getattr(args, "model", None) is not None:
model_weights_file = str(getattr(args, "model"))
Expand Down

0 comments on commit 757155e

Please sign in to comment.