Skip to content

Commit

Permalink
Fix import order linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Dec 16, 2024
1 parent 1d26fc0 commit fd6389b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ def matplotlib_test_decorator(f):
@pytest.fixture(scope="module")
def wheel_path(tmp_path_factory):
# Build a micropip wheel for testing
import build
from build.env import DefaultIsolatedEnv

import build

output_dir = tmp_path_factory.mktemp("wheel")

with DefaultIsolatedEnv() as env:
Expand Down

0 comments on commit fd6389b

Please sign in to comment.