Skip to content

Commit e3a1a93

Browse files
committed
FIX: make no changes to original file
1 parent 7f6c218 commit e3a1a93

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

mapie/tests/test_classification.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -935,6 +935,11 @@ def get_params(self, *args: Any, **kwargs: Any):
935935
return {"prefit": False}
936936

937937

938+
def do_nothing(*args: Any) -> None:
939+
"Mock function that does nothing."
940+
pass
941+
942+
938943
def test_mapie_classifier_sklearn_estim() -> None:
939944
"""Test that MapieClassifier is an sklearn estimator"""
940945
check_estimator(MapieClassifier())

0 commit comments

Comments
 (0)