aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2020-07-11 20:57:12 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2020-07-11 20:57:12 +0200
commitbdd47a691e5780a5b69d373382b343194fa123d9 (patch)
tree2469820f2025aa2161bd197bbb52e307b0b41807
parenta917f4e60e4dd962a70c0fba753075aa49bbb984 (diff)
downloadallocbench-bdd47a691e5780a5b69d373382b343194fa123d9.tar.gz
allocbench-bdd47a691e5780a5b69d373382b343194fa123d9.zip
fixup! [falsesharing.py] remove unused and shadowed matplotlib import
-rw-r--r--allocbench/benchmarks/falsesharing.py1
1 files changed, 0 insertions, 1 deletions
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