From bdd47a691e5780a5b69d373382b343194fa123d9 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Sat, 11 Jul 2020 20:57:12 +0200 Subject: fixup! [falsesharing.py] remove unused and shadowed matplotlib import --- allocbench/benchmarks/falsesharing.py | 1 - 1 file changed, 1 deletion(-) diff --git a/allocbench/benchmarks/falsesharing.py b/allocbench/benchmarks/falsesharing.py index d3e66b8..ef15939 100644 --- a/allocbench/benchmarks/falsesharing.py +++ b/allocbench/benchmarks/falsesharing.py @@ -18,7 +18,6 @@ import re - from allocbench.benchmark import Benchmark import allocbench.plots as plt -- cgit v1.2.3