Skip to content

Commit 0edbf32

Browse files
Potential fix for pull request finding 'Variable defined multiple times'
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
1 parent 2909f03 commit 0edbf32

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/test_info.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ def test_infos_save_and_load_roundtrip(tmp_path):
162162
model.save_to_file(target)
163163
assert target.is_file()
164164

165-
reloaded = Infos.from_path(tmp_path / "infos")
166165
reloaded = Infos.from_path(target)
167166
assert reloaded.owner == "owner"
168167
assert reloaded.license == "cc-by-4.0"

0 commit comments

Comments
 (0)