Skip to content

Commit

Permalink
Merge branch 'namedarray_no_imag' of https://github.com/Illviljan/xarray
Browse files Browse the repository at this point in the history
 into namedarray_no_imag
  • Loading branch information
Illviljan committed Oct 11, 2023
2 parents 1175bd6 + b5b9425 commit 6667c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/namedarray/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
import sys
from collections.abc import Hashable
from enum import Enum
from typing import TYPE_CHECKING, Any, Final, Protocol, TypeVar
from types import ModuleType
from typing import TYPE_CHECKING, Any, Final, Protocol, TypeVar

import numpy as np

Expand Down

0 comments on commit 6667c0f

Please sign in to comment.