Skip to content

Commit

Permalink
Clean
Browse files Browse the repository at this point in the history
  • Loading branch information
sethsamuel committed Dec 30, 2024
1 parent 279ba93 commit bdacf12
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ def compute_derivative_rows(self, rows, metrics, key):
# the absence of metrics. On any given check run, most rows will have no difference so this optimization
# avoids having to send a lot of unnecessary metrics.


diffed_row = {k: row[k] - prev[k] if k in metric_columns else row[k] for k in row.keys()}

# Check for negative values, but only in the columns used for metrics
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion mysql/changelog.d/19324.added

This file was deleted.

0 comments on commit bdacf12

Please sign in to comment.