Skip to content

Commit 0294954

Browse files
committed
👹 Feed the hobgoblins (delint).
After running black on the codebase, the `noqa` directive was no longer pointing to the line it was meant to protect. Those long lines have been adapted, so that noqa is no longer needed.
1 parent 98e5aa4 commit 0294954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setuptools/tests/test_easy_install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@ def test_setup_requires_with_python_requires(self, monkeypatch, tmpdir):
858858
</body>
859859
</html>
860860
'''
861-
).format( # noqa
861+
).format(
862862
dep_1_0_url=dep_1_0_url,
863863
dep_1_0_sdist=dep_1_0_sdist,
864864
dep_1_0_python_requires=dep_1_0_python_requires,

0 commit comments

Comments
 (0)