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 Sep 8, 2024
1 parent 879b651 commit d960d27
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test_conda_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ def test_conda_function(self):
}
task_queue.put({"shutdown": True, "wait": True})
interface = interface_bootup(
command_lst=["python", get_command_path(executable="interactive_serial.py")],
command_lst=[
"python",
get_command_path(executable="interactive_serial.py"),
],
connections=SubprocessInterface(cores=1),
hostname_localhost=False,
prefix_path=None,
Expand Down

0 comments on commit d960d27

Please sign in to comment.