Skip to content

Commit

Permalink
fix: import
Browse files Browse the repository at this point in the history
Signed-off-by: nstarman <[email protected]>
  • Loading branch information
nstarman committed Mar 9, 2024
1 parent 15de0a6 commit 270864b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/myarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
from jaxtyping import ArrayLike
from quax import ArrayValue, register

from quaxed._dispatch import dispatcher
from quaxed._types import DType
from quaxed.array_api._dispatch import dispatcher
from quaxed.array_api._types import DType


class MyArray(ArrayValue):
Expand Down

0 comments on commit 270864b

Please sign in to comment.