From cf99b4f8b9456c7f6a01e192ceb5778be023b51c Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Sat, 27 Feb 2021 17:19:39 +0100 Subject: [PATCH] Fix flake8 error --- tests/tools.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/tools.py b/tests/tools.py index 65128cc9..b375f671 100644 --- a/tests/tools.py +++ b/tests/tools.py @@ -23,8 +23,6 @@ along with this program. If not, see . import os import shutil -from itertools import chain - from PyQt5.QtWidgets import qApp def cmpFiles(fileOne, fileTwo, ignoreLines=None):