Skip to content

Commit

Permalink
Restore import that was erroneously removed by pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
MaartenBaert committed Nov 16, 2024
1 parent fbcc8e1 commit 1e28675
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_numpy_array.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import pytest

import env # noqa: F401
from pybind11_tests import numpy_array as m

np = pytest.importorskip("numpy")
Expand Down

0 comments on commit 1e28675

Please sign in to comment.