Skip to content
Snippets Groups Projects
Commit a774bc22 authored by Dennis Gläser's avatar Dennis Gläser
Browse files

[bin][findtests] remove obsolete imports

parent 9b824c39
No related branches found
No related tags found
1 merge request!2408Feature/ci integration
...@@ -6,7 +6,6 @@ Run this in the build directory ...@@ -6,7 +6,6 @@ Run this in the build directory
Warning: This runs 'make clean' on the build directory Warning: This runs 'make clean' on the build directory
""" """
import multiprocessing as mp
import json import json
import subprocess import subprocess
from argparse import ArgumentParser from argparse import ArgumentParser
...@@ -14,8 +13,6 @@ from glob import glob ...@@ -14,8 +13,6 @@ from glob import glob
from subprocess import PIPE from subprocess import PIPE
import os import os
import sys
# Whether the two lists a and b have a common member # Whether the two lists a and b have a common member
def has_common_member(myset, mylist): def has_common_member(myset, mylist):
return not myset.isdisjoint(mylist) return not myset.isdisjoint(mylist)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment