Skip to content

Commit 3bc1158

Browse files
committed
o Fix ruff-format
1 parent bf79dbc commit 3bc1158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uxarray/grid/grid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ def from_file(
333333

334334
elif backend == "xarray":
335335
dataset = xr.open_dataset(filename, **kwargs)
336-
grid_ds, source_grid_spec , source_dims_dict = cls.from_dataset(dataset)
336+
grid_ds, source_grid_spec, source_dims_dict = cls.from_dataset(dataset)
337337

338338
else:
339339
raise ValueError("Backend not supported")

0 commit comments

Comments
 (0)