From 81790cab91e3ea6a76a0ee11e7a10327e514c862 Mon Sep 17 00:00:00 2001 From: Max Gautier Date: Mon, 23 Dec 2024 14:17:17 +0100 Subject: [PATCH] download: remove unneeded imports --- scripts/download_hash.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/download_hash.py b/scripts/download_hash.py index 0f6cba92e..725c71cf0 100644 --- a/scripts/download_hash.py +++ b/scripts/download_hash.py @@ -9,7 +9,6 @@ import os from itertools import groupby, chain from more_itertools import partition -from collections import defaultdict from functools import cache import argparse import requests