Skip to content

Commit 83622e9

Browse files
committed
fix format
1 parent a54d4c8 commit 83622e9

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

dags/tpu_observability/tpu_info_metric.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ def get_labels(
9191
return None
9292

9393

94-
9594
class _BaseSimplePointStrategy(BaseMetricStrategy):
9695
"""Base strategy for parsing single numeric data points from Cloud Monitoring.
9796
@@ -359,7 +358,6 @@ def get_labels(
359358
return labels
360359

361360

362-
363361
class MemoryUsedStrategy(_BaseSimplePointStrategy):
364362
"""Strategy for verifying Used HBM Memory."""
365363

dags/tpu_observability/tpu_info_metrics_dag.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ def compare_metric_values(
116116
)
117117

118118

119-
120119
@task
121120
def get_tpu_info_metric_from_pod(
122121
node_pool: node_pool.Info,
@@ -185,7 +184,6 @@ def run_metric_verification(
185184
labels=labels,
186185
)
187186

188-
189187
return True
190188

191189

0 commit comments

Comments
 (0)