Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
needuv committed Oct 11, 2024
1 parent 3e2a3ca commit f747496
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,6 @@ def get_metrics(self, run: CodeRun) -> Dict[str, Any]:
return {}
return aggregated_metrics

def get_run_summary(self, run: CodeRun): # pylint: disable=client-method-missing-type-annotations, unused-argument
def get_run_summary(self, run: CodeRun): # pylint: disable=client-method-missing-type-annotations,unused-argument
# Not implemented
return None

0 comments on commit f747496

Please sign in to comment.