Formatting

This commit is contained in:
Nicolas Mowen 2025-03-20 10:44:06 -06:00
parent 0bcc1f4ccb
commit f2c3d010e4

View File

@ -181,7 +181,9 @@ class ReviewSegmentMaintainer(threading.Thread):
} }
), ),
) )
self.requestor.send_data(f"{segment.camera}/review_status", segment.severity.value.upper()) self.requestor.send_data(
f"{segment.camera}/review_status", segment.severity.value.upper()
)
def _publish_segment_update( def _publish_segment_update(
self, self,
@ -207,7 +209,9 @@ class ReviewSegmentMaintainer(threading.Thread):
} }
), ),
) )
self.requestor.send_data(f"{segment.camera}/review_status", segment.severity.value.upper()) self.requestor.send_data(
f"{segment.camera}/review_status", segment.severity.value.upper()
)
def _publish_segment_end( def _publish_segment_end(
self, self,