Skip to content

Commit 389883f

Browse files
committed
Fix typing
1 parent 4225088 commit 389883f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xarray_sentinel/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def convert(source: str, target: str) -> None:
1212
"IW/VV": "IW/VV",
1313
"IW/VH": "IW/VH",
1414
}
15-
client = distributed.Client(processes=True)
15+
client = distributed.Client(processes=True) # type: ignore
1616
print(client)
1717
xarray_sentinel.reformat.to_group_zarr(source, target, groups=groups)
1818

0 commit comments

Comments
 (0)