Skip to content

Commit 4509de3

Browse files
committed
Cosmetics
1 parent ed05518 commit 4509de3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/functional/test_install.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1417,13 +1417,13 @@ def test_install_editable_with_target(script: PipTestEnvironment) -> None:
14171417
pkg_path.mkdir()
14181418
pkg_path.joinpath("setup.py").write_text(
14191419
textwrap.dedent(
1420+
"""\
1421+
from setuptools import setup
1422+
setup(
1423+
name='pkg',
1424+
install_requires=['watching_testrunner']
1425+
)
14201426
"""
1421-
from setuptools import setup
1422-
setup(
1423-
name='pkg',
1424-
install_requires=['watching_testrunner']
1425-
)
1426-
"""
14271427
)
14281428
)
14291429

0 commit comments

Comments
 (0)