Skip to content

Commit

Permalink
Remove unused kwarg
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperCraeghs authored Dec 16, 2024
1 parent 6fde428 commit a3100df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mlx/warnings/junit_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def prepare_tree(root_input):
testsuites_root.append(root_input)
return testsuites_root

def _check_testcase(self, testcase, extra={}):
def _check_testcase(self, testcase):
"""Handles the check of a test case element by checking if the result is a failure/error.
If it is to be excluded by a configured regex, 1 is returned.
Expand Down

0 comments on commit a3100df

Please sign in to comment.