Skip to content

Commit 2bfc431

Browse files
SnoopJabravalheri
authored andcommitted
Remove unused variable
1 parent 26e9a71 commit 2bfc431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setuptools/tests/config/test_pyprojecttoml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,4 +394,4 @@ def test_warn_tools_typo(tmp_path):
394394
pyproject.write_text(cleandoc(config), encoding="utf-8")
395395

396396
with pytest.warns(_ToolsTypoInMetadata):
397-
expanded = read_configuration(pyproject)
397+
read_configuration(pyproject)

0 commit comments

Comments
 (0)