Skip to content

Commit

Permalink
(fix): move out of type checking block
Browse files Browse the repository at this point in the history
  • Loading branch information
ilan-gold committed Dec 11, 2024
1 parent 503b313 commit c8ab8f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions xarray/core/indexing.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

import numpy as np
import pandas as pd
from numpy.typing import DTypeLike
from packaging.version import Version

from xarray.core import duck_array_ops
Expand All @@ -32,8 +33,6 @@
from xarray.namedarray.pycompat import array_type, integer_types, is_chunked_array

if TYPE_CHECKING:
from numpy.typing import DTypeLike

from xarray.core.indexes import Index
from xarray.core.types import Self
from xarray.core.variable import Variable
Expand Down

0 comments on commit c8ab8f3

Please sign in to comment.