Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pfmoore committed Jul 29, 2022
1 parent c3ccd69 commit a36e4a9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/functional/test_python_option.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
import json
import os
from pathlib import Path
from typing import Optional, Tuple
from venv import EnvBuilder

from tests.lib import PipTestEnvironment, TestData


def test_python_interpreter(
script: PipTestEnvironment, tmpdir: Path, shared_data: TestData,
script: PipTestEnvironment,
tmpdir: Path,
shared_data: TestData,
) -> None:
env_path = os.fsdecode(tmpdir / "venv")
env = EnvBuilder(with_pip=False)
Expand Down

0 comments on commit a36e4a9

Please sign in to comment.