Skip to content

Commit

Permalink
Run ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
2015aroras committed Dec 15, 2023
1 parent b4ac61e commit b89d702
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/storage_cleaner.py
Original file line number Diff line number Diff line change
Expand Up @@ -1007,9 +1007,7 @@ def _get_matching_wandb_runs(wandb_runs, training_run_dir: str) -> List:
train_config = TrainConfig.load(local_config_path)

return [
wandb_run
for wandb_run in wandb_runs
if _are_equal_configs(_get_wandb_config(wandb_run), train_config)
wandb_run for wandb_run in wandb_runs if _are_equal_configs(_get_wandb_config(wandb_run), train_config)
]


Expand Down

0 comments on commit b89d702

Please sign in to comment.