Skip to content

Commit

Permalink
Update _typing.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Illviljan committed Apr 12, 2024
1 parent 8e23089 commit 7f50c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/namedarray/_typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class Default(Enum):


class _DType2(Protocol):
def __eq__(self, other: DType2, /) -> bool:
def __eq__(self, other: _DType2, /) -> bool:
"""
Computes the truth value of ``self == other`` in order to test for data type object equality.
Expand Down

0 comments on commit 7f50c5a

Please sign in to comment.