Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
shoyer committed Nov 4, 2024
1 parent b7995f1 commit 6df6817
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions xarray/core/datatree_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@

from collections.abc import Mapping, MutableMapping
from os import PathLike
from typing import TYPE_CHECKING, Any, Literal, get_args
from typing import Any, Literal, get_args

from xarray.core.datatree import DataTree
from xarray.core.types import NetcdfWriteModes, ZarrWriteModes

if TYPE_CHECKING:
pass

T_DataTreeNetcdfEngine = Literal["netcdf4", "h5netcdf"]
T_DataTreeNetcdfTypes = Literal["NETCDF4"]

Expand Down

0 comments on commit 6df6817

Please sign in to comment.