diff options
author | Arun Isaac | 2025-09-02 22:26:36 +0100 |
---|---|---|
committer | Arun Isaac | 2025-09-04 00:30:00 +0100 |
commit | f94546a1fe3fb31f232af13be8597b600aed2e5a (patch) | |
tree | 2746b06aba7298009f463a898eade06ff6312343 | |
parent | 61148dd510993efa0f8fe542a731065f9958104f (diff) | |
download | pyhegp-f94546a1fe3fb31f232af13be8597b600aed2e5a.tar.gz pyhegp-f94546a1fe3fb31f232af13be8597b600aed2e5a.tar.lz pyhegp-f94546a1fe3fb31f232af13be8597b600aed2e5a.zip |
Do not import unused settings from hypothesis.
-rw-r--r-- | tests/test_pyhegp.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |