Skip to content

Commit

Permalink
long line
Browse files Browse the repository at this point in the history
  • Loading branch information
ankona committed Mar 13, 2024
1 parent 9ad2ea7 commit 234a816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smartsim/_core/utils/telemetry/collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ def register_collectors(self, entity: JobEntity) -> None:
def register_all_collectors(self, entities: t.Sequence[JobEntity]) -> None:
"""Find all configured collectors for the entity and register them
:param entities: collection of entities for which to execute `register_collectors`
:param entities: entities to call `register_collectors` for
:type entities: Sequence[JobEntity]"""
for entity in entities:
self.register_collectors(entity)

0 comments on commit 234a816

Please sign in to comment.