Skip to content

Commit 101e1ca

Browse files
committed
update _utils.py
1 parent bc292f4 commit 101e1ca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/_utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@ def check_estimator(estimator, *args, **kwargs):
1616

1717

1818
def get_expected_failed_tests(estimator) -> dict[str, str]:
19-
20-
return estimator._more_tags().get("_xfail_checks", {})
19+
return estimator._more_tags().get("_xfail_checks", {})

0 commit comments

Comments
 (0)