Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Neale committed Oct 7, 2024
1 parent 820b38c commit e0713d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spark/datadog_checks/spark/spark.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def check(self, _):
self._spark_job_metrics(spark_apps, tags)

if not self._disable_spark_stage_metrics:
# Get the stage metrics
# Get the stage metrics
self._spark_stage_metrics(spark_apps, tags)

# Get the executor metrics
Expand Down

0 comments on commit e0713d4

Please sign in to comment.