Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 16, 2024
1 parent 726fb2f commit 4d7f409
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ def matplotlib_test_decorator(f):
@pytest.fixture(scope="module")
def wheel_path(tmp_path_factory):
# Build a micropip wheel for testing
from build.env import DefaultIsolatedEnv

import build
from build.env import DefaultIsolatedEnv

output_dir = tmp_path_factory.mktemp("wheel")

Expand Down

0 comments on commit 4d7f409

Please sign in to comment.