Skip to content

Commit ffc3d86

Browse files
committed
move the type ignore comment which the autoformatter shifted to the next line where it no longer works...
1 parent 69a7c32 commit ffc3d86

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

script_umdp3_checker/tests/test_umdp3_conformance.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -532,8 +532,8 @@ def test_conformance_checker_print_results_volume4_prints_error_details(
532532

533533
cc = ConformanceChecker([])
534534
cc.results = [
535-
CheckResult("bad.py", tests_failed=1, all_passed=False, test_results=[fail_tr])
536-
] # type: ignore
535+
CheckResult("bad.py", tests_failed=1, all_passed=False, test_results=[fail_tr]) # type: ignore
536+
]
537537

538538
cc.print_results(print_volume=4, quiet_pass=True)
539539
out = capsys.readouterr().out

0 commit comments

Comments
 (0)