From 47ac74a1e51fdea597200d6beb3e758e01121385 Mon Sep 17 00:00:00 2001 From: Michael Ekstrand Date: Sun, 3 Mar 2024 15:35:43 -0500 Subject: [PATCH] remove unused improts --- tests/test_util.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/test_util.py b/tests/test_util.py index 4bf0264e7..34d408998 100644 --- a/tests/test_util.py +++ b/tests/test_util.py @@ -4,13 +4,9 @@ # Licensed under the MIT license, see LICENSE.md for details. # SPDX-License-Identifier: MIT -import pathlib import re import time -import numpy as np -import pandas as pd - from hypothesis import HealthCheck, given, settings from hypothesis import strategies as st