Skip to content

Commit

Permalink
Update _info.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Illviljan committed Aug 19, 2024
1 parent f1efd10 commit a0489f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/namedarray/_array_api/_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def default_dtypes(
def dtypes(
*,
device: _Device | None = None,
kind: Optional[Union[str, Tuple[str, ...]]] = None,
kind: Union[str, Tuple[str, ...]] | None = None,
) -> dict:
if kind is None:
return {
Expand Down

0 comments on commit a0489f0

Please sign in to comment.