From a0057198eebc2b159dd35bd4f21ba17d6408be1a Mon Sep 17 00:00:00 2001 From: Harrison Date: Wed, 26 Feb 2025 12:29:10 +1300 Subject: [PATCH] Remove unused import of gc in benchmark.py --- benchmark.py | 1 - 1 file changed, 1 deletion(-) diff --git a/benchmark.py b/benchmark.py index 7a78ded..bc59a96 100644 --- a/benchmark.py +++ b/benchmark.py @@ -7,7 +7,6 @@ README file is rebuilt to reflect overall performance and any skipped algorithms. """ -import gc import csv import os import datetime