Skip to content

Commit

Permalink
chore: noqa PLC0206
Browse files Browse the repository at this point in the history
Signed-off-by: Hayato Mizushima <[email protected]>
  • Loading branch information
hayato-m126 committed Jan 2, 2025
1 parent 5118dee commit b821774
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def set_frame(self, msg: DiagnosticArray) -> dict:
diag_array_class[class_name] = {}
diag_array_class[class_name].update(diag_dict)
# evaluate for each class
for class_name in diag_array_class:
for class_name in diag_array_class: # noqa PLC0206
if self.__container.get(class_name) is None:
# Add default ObjectMetricsClass for metrics aggregation
self.__container[class_name] = ObjectMetrics(
Expand Down

0 comments on commit b821774

Please sign in to comment.