Skip to content

Commit 6120f6a

Browse files
Auto-format: ruff format
1 parent b230662 commit 6120f6a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/auto_mark_test.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,9 @@ def is_super_call_only(func_node: ast.FunctionDef | ast.AsyncFunctionDef) -> boo
160160
return True
161161

162162

163-
def remove_expected_failures(contents: str, tests_to_remove: set[tuple[str, str]]) -> str:
163+
def remove_expected_failures(
164+
contents: str, tests_to_remove: set[tuple[str, str]]
165+
) -> str:
164166
"""Remove @unittest.expectedFailure decorators from tests that now pass."""
165167
if not tests_to_remove:
166168
return contents

0 commit comments

Comments
 (0)