Skip to content

Commit

Permalink
Update _typing.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Illviljan committed Sep 3, 2024
1 parent e993f3b commit b86ee93
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 @@ -34,7 +34,7 @@

# Singleton type, as per https://github.com/python/typing/pull/240
class Default(Enum):
__hash__ = None
__hash__ = None # type: ignore[assignment] # TODO: Better way to set unhashable?
token: Final = 0


Expand Down

0 comments on commit b86ee93

Please sign in to comment.