Skip to content

Commit 8c4232c

Browse files
committed
fix: return values
Signed-off-by: Tushar Anand <[email protected]>
1 parent 6afc753 commit 8c4232c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/e2e/compare_metrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def should_exclude_metric(metric_name, labels):
5858
return True
5959

6060

61-
return False, None
61+
return False
6262

6363

6464
def suppress_transient_labels(metric_name, labels):

0 commit comments

Comments
 (0)