Skip to content

Commit

Permalink
pre-commit.ci: style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Nov 26, 2024
1 parent 5d54965 commit 718e6c7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ def _check_version(lib: str, array_api_compliant_version: str) -> None:

def _import_and_add_numpy(xp_available_backends: dict[str, types.ModuleType]) -> None:
"""Add numpy to the backends dictionary."""
import numpy

_check_version("numpy", "2.1.0")
xp_available_backends.update({"numpy": np})

Expand Down

0 comments on commit 718e6c7

Please sign in to comment.