Skip to content

Commit 92b161c

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent eaf1e8b commit 92b161c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/parcels/_datasets/remote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
from collections.abc import Callable
55
from datetime import datetime, timedelta
66
from pathlib import Path
7-
from zarr.storage import ZipStore
87
from typing import Literal
98

109
import pooch
1110
import xarray as xr
11+
from zarr.storage import ZipStore
1212

1313
from parcels._v3to4 import patch_dataset_v4_compat
1414

0 commit comments

Comments
 (0)