diff options
-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 |