Skip to content

Commit 4974d02

Browse files
Fix lint issues
1 parent e88819f commit 4974d02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: tests/test_config_consistency.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ def test_main(self):
574574
for _, metric in interfaces.agent.get_metrics()
575575
if metric["metric"].startswith("runtime.") or metric["metric"].startswith("jvm.")
576576
]
577-
577+
578578
runtime_metrics_sketches = [
579579
metric
580580
for _, metric in interfaces.agent.get_sketches()
@@ -619,7 +619,7 @@ def test_main(self):
619619
for _, metric in interfaces.agent.get_metrics()
620620
if metric["metric"].startswith("runtime.") or metric["metric"].startswith("jvm.")
621621
]
622-
622+
623623
runtime_metrics_sketches = [
624624
metric
625625
for _, metric in interfaces.agent.get_sketches()
@@ -656,7 +656,7 @@ def test_main(self):
656656
for _, metric in interfaces.agent.get_metrics()
657657
if metric["metric"].startswith("runtime.") or metric["metric"].startswith("jvm.")
658658
]
659-
659+
660660
runtime_metrics_sketches = [
661661
metric
662662
for _, metric in interfaces.agent.get_sketches()

0 commit comments

Comments
 (0)