diff --git a/virtualizarr/tests/test_writers/test_icechunk.py b/virtualizarr/tests/test_writers/test_icechunk.py index 40330f24..3b63ca5b 100644 --- a/virtualizarr/tests/test_writers/test_icechunk.py +++ b/virtualizarr/tests/test_writers/test_icechunk.py @@ -152,10 +152,7 @@ def test_set_single_virtual_ref_with_encoding( encoding={"scale_factor": 0.01}, attrs=expected_ds.air.attrs, ) - vds = Dataset( - {"air": air}, - attrs=expected_ds.attrs - ) + vds = Dataset({"air": air}, attrs=expected_ds.attrs) dataset_to_icechunk(vds, icechunk_filestore)