From 330ee77e58fc7fa51b527258edd91a3e2a2ad608 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Mon, 7 Dec 2020 23:39:54 +0100 Subject: [PATCH] Fix flake8 fail --- tests/test_base_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_base_config.py b/tests/test_base_config.py index f7aacc50..fe755646 100644 --- a/tests/test_base_config.py +++ b/tests/test_base_config.py @@ -10,7 +10,7 @@ import configparser from shutil import copyfile from dummy import causeOSError -from tools import cmpFiles, readFile +from tools import cmpFiles from nw.config import Config from nw.constants import nwConst, nwFiles