Skip to content

Commit 273088b

Browse files
committed
Drop unused definition
1 parent 727b533 commit 273088b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Tools/coinstall-check/compare.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ def compare_install_manifests(base: Path) -> bool:
2020
if not tree.is_file():
2121
continue
2222

23-
hashes: dict[str, str] = {}
2423
print(f"Examining {tree}")
2524
with gzip.open(tree) as f:
2625
data = json.load(f)

0 commit comments

Comments
 (0)