From 8a87987a0c66009d3852e407601e0423cb9ec03b Mon Sep 17 00:00:00 2001 From: Pierre Wilke <pierre.wilke@centralesupelec.fr> Date: Wed, 17 Feb 2021 14:04:31 +0100 Subject: [PATCH] =?UTF-8?q?Suppression=20d'une=20d=C3=A9pendance=20inutile?= =?UTF-8?q?=20=C3=A0=20numpy=20dans=20le=20script=20de=20test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test.py b/tests/test.py index fd9e297..06f2665 100755 --- a/tests/test.py +++ b/tests/test.py @@ -8,7 +8,6 @@ import signal import sys import time import textwrap -import numpy as np import difflib parser = argparse.ArgumentParser() -- GitLab