Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
jordap committed Jul 15, 2024
1 parent 368b7ff commit 624ae5f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion omnistat/monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,9 @@ def initMetrics(self):
if self.runtimeConfig["collector_enable_rocprofiler"]:
from omnistat.collector_rocprofiler import rocprofiler

self.__collectors.append(rocprofiler(self.runtimeConfig["collector_rocm_path"], self.runtimeConfig["rocprofiler_metrics"]))
self.__collectors.append(
rocprofiler(self.runtimeConfig["collector_rocm_path"], self.runtimeConfig["rocprofiler_metrics"])
)

# Initialize all metrics
for collector in self.__collectors:
Expand Down

0 comments on commit 624ae5f

Please sign in to comment.