Skip to content

Commit 81947d9

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4c685d9 commit 81947d9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/conftest.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ def matplotlib_test_decorator(f):
1919
@pytest.fixture(scope="module")
2020
def wheel_path(tmp_path_factory):
2121
# Build a micropip wheel for testing
22-
from build.env import DefaultIsolatedEnv
23-
2422
import build
23+
from build.env import DefaultIsolatedEnv
2524

2625
output_dir = tmp_path_factory.mktemp("wheel")
2726

0 commit comments

Comments
 (0)