Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Nov 7, 2024
1 parent fa71e9e commit 67d9667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion array_api_strict/_array_object.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

if TYPE_CHECKING:
from typing import Optional, Tuple, Union, Any
from ._typing import PyCapsule, Device, Dtype
from ._typing import PyCapsule, Dtype
import numpy.typing as npt

import numpy as np
Expand Down

0 comments on commit 67d9667

Please sign in to comment.