From ddbaf12a94fd43481fc9dd3b98920fc784ebada3 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Sat, 2 Feb 2019 14:56:51 +0100 Subject: fix some flake8 linting errors --- src/falsesharing.py | 41 +++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 20 deletions(-) (limited to 'src/falsesharing.py') diff --git a/src/falsesharing.py b/src/falsesharing.py index 6c4ddc0..79de436 100644 --- a/src/falsesharing.py +++ b/src/falsesharing.py @@ -1,26 +1,26 @@ import matplotlib.pyplot as plt import multiprocessing import numpy as np -import os import re from src.benchmark import Benchmark time_re = re.compile("^Time elapsed = (?P