Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty committed Jun 24, 2024
1 parent 9bd0368 commit 7cb8f0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions xarray/tests/test_dtypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
except ImportError:

class DummyArrayAPINamespace:
bool = None # type: ignore
int32 = None # type: ignore
float64 = None # type: ignore
bool = None # type: ignore[misc,var-annotated]
int32 = None # type: ignore[misc,var-annotated]
float64 = None # type: ignore[misc,var-annotated]

array_api_strict = DummyArrayAPINamespace

Expand Down

0 comments on commit 7cb8f0a

Please sign in to comment.