Commit 7edb46d
authored
Fix mypy override error in ArmTester.run_method_and_compare_outputs (#17694)
Add missing `artifact_dir` and `artifact_name` positional parameters to
match the base class `Tester` signature, resolving the mypy `[override]`
incompatibility.1 parent 8bcfd1a commit 7edb46d
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
474 | 474 | | |
475 | 475 | | |
476 | 476 | | |
477 | | - | |
| 477 | + | |
| 478 | + | |
478 | 479 | | |
479 | 480 | | |
480 | 481 | | |
| |||
0 commit comments