Skip to content

Commit 65cf185

Browse files
committedMar 11, 2025
Reapply ruff/isort rules (I)
1 parent f56a24f commit 65cf185

File tree

80 files changed

+70
-147
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+70
-147
lines changed
 

‎tests/conftest.py

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
from installer import install
4444
from installer.destinations import SchemeDictionaryDestination
4545
from installer.sources import WheelFile
46-
4746
from pip import __file__ as pip_location
4847
from pip._internal.locations import _USE_SYSCONFIG
4948
from pip._internal.utils.temp_dir import global_tempdir_manager

‎tests/functional/test_build_env.py

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
from typing import Optional
55

66
import pytest
7-
87
from pip._internal.build_env import BuildEnvironment, _get_system_sitepackages
98

109
from tests.lib import (

0 commit comments

Comments
 (0)