Skip to content

Commit

Permalink
Apply Black
Browse files Browse the repository at this point in the history
  • Loading branch information
rht committed Nov 12, 2023
1 parent f625dc9 commit 772b9ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_batch_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def __init__(
schedule=None,
enable_agent_reporters=True,
n_agents=3,
**kwargs
**kwargs,
):
super().__init__()
self.schedule = BaseScheduler(self) if schedule is None else schedule
Expand Down

0 comments on commit 772b9ee

Please sign in to comment.