From a774bc228542fcf96c5af538eea35ae342eb8f5a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dennis=20Gl=C3=A4ser?= <dennis.glaeser@iws.uni-stuttgart.de>
Date: Mon, 12 Apr 2021 13:46:07 +0200
Subject: [PATCH] [bin][findtests] remove obsolete imports

---
 bin/testing/findtests.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/bin/testing/findtests.py b/bin/testing/findtests.py
index 7adb022561..93207099c3 100755
--- a/bin/testing/findtests.py
+++ b/bin/testing/findtests.py
@@ -6,7 +6,6 @@ Run this in the build directory
 Warning: This runs 'make clean' on the build directory
 """
 
-import multiprocessing as mp
 import json
 import subprocess
 from argparse import ArgumentParser
@@ -14,8 +13,6 @@ from glob import glob
 from subprocess import PIPE
 import os
 
-import sys
-
 # Whether the two lists a and b have a common member
 def has_common_member(myset, mylist):
     return not myset.isdisjoint(mylist)
-- 
GitLab