Skip to content

Commit 1e06867

Browse files
committed
format
1 parent 9972770 commit 1e06867

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

system_tests/lewis_tests.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ def test_list_available_devices(self):
5757
When: running Lewis without parameters
5858
Then: returns a list of possible simulations
5959
"""
60-
result = santise_whitespace(subprocess.check_output(["uv", "run", str(LEWIS_PATH)]).decode())
60+
result = santise_whitespace(
61+
subprocess.check_output(["uv", "run", str(LEWIS_PATH)]).decode()
62+
)
6163

6264
verify(result, self.reporter)
6365

0 commit comments

Comments
 (0)