Skip to content

Commit b02fa49

Browse files
committed
Reformat changes
1 parent 6ba6bc8 commit b02fa49

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

xarray/tests/test_backends.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3613,7 +3613,13 @@ def create_tmp_geotiff(
36133613
if transform_args is default_value:
36143614
transform_args = [5000, 80000, 1000, 2000.0]
36153615
if crs is default_value:
3616-
crs = {"units": "m", "no_defs": True, "ellps": "WGS84", "proj": "utm", "zone": 18}
3616+
crs = {
3617+
"units": "m",
3618+
"no_defs": True,
3619+
"ellps": "WGS84",
3620+
"proj": "utm",
3621+
"zone": 18,
3622+
}
36173623
# yields a temporary geotiff file and a corresponding expected DataArray
36183624
import rasterio
36193625
from rasterio.transform import from_origin

0 commit comments

Comments
 (0)