Skip to content

Commit 3d138c7

Browse files
Fix PermutationMethod type ignore
1 parent 61bb65c commit 3d138c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frouros/tests/integration/test_data_drift.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
MMD as MMDStreaming,
3232
)
3333

34-
from scipy.stats import PermutationMethod
34+
from scipy.stats import PermutationMethod # type: ignore
3535

3636

3737
@pytest.mark.parametrize(

0 commit comments

Comments
 (0)