Skip to content

Commit 5412553

Browse files
committed
Code style
1 parent c7252da commit 5412553

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_40_eopf_product.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import pathlib
22

33
import xarray as xr
4+
45
from xarray_sentinel import eopf_product
56

67
DATA_FOLDER = pathlib.Path(__file__).parent / "data"
@@ -10,7 +11,8 @@
1011
/ "S1B_IW_SLC__1SDV_20210401T052622_20210401T052650_026269_032297_EFA4.SAFE"
1112
)
1213

14+
1315
def test_open_datatree() -> None:
1416
res = eopf_product.open_datatree(SLC_IW)
1517

16-
assert isinstance(res, xr.DataTree)
18+
assert isinstance(res, xr.DataTree)

0 commit comments

Comments
 (0)