Skip to content

Commit bb953e5

Browse files
committed
sty: ruff format
1 parent 8bb0cf2 commit bb953e5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/test_indexing.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,9 @@ def test_index_dataset_propagates_schema_to_workers(tmp_path):
275275

276276
ns = deepcopy(bidsschematools.schema.load_schema())
277277
ns.objects.entities.subject["description"] = "Modified again"
278-
table = indexing.index_dataset(tmp_path / "ds", schema=ns, max_workers=2, chunksize=1)
278+
table = indexing.index_dataset(
279+
tmp_path / "ds", schema=ns, max_workers=2, chunksize=1
280+
)
279281
assert table.num_rows == 1
280282
assert table.schema.field("sub").metadata[b"description"] == b"Modified again"
281283

0 commit comments

Comments
 (0)