From f94546a1fe3fb31f232af13be8597b600aed2e5a Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 2 Sep 2025 22:26:36 +0100 Subject: Do not import unused settings from hypothesis. --- tests/test_pyhegp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_pyhegp.py b/tests/test_pyhegp.py index 10036bf..1eb3a59 100644 --- a/tests/test_pyhegp.py +++ b/tests/test_pyhegp.py @@ -22,7 +22,7 @@ from pathlib import Path import shutil from click.testing import CliRunner -from hypothesis import given, settings, strategies as st +from hypothesis import given, strategies as st from hypothesis.extra.numpy import arrays, array_shapes import numpy as np import pandas as pd -- cgit 1.4.1