diff --git a/backend/post_processing/video/analyticsvideoprocessor.py b/backend/post_processing/video/analyticsvideoprocessor.py index 24e868b2..8d637cc0 100644 --- a/backend/post_processing/video/analyticsvideoprocessor.py +++ b/backend/post_processing/video/analyticsvideoprocessor.py @@ -134,7 +134,6 @@ def aggregate_group_filter_data(self): if current_index[key] < len(self.participant_data[key]) - 1: current_index[key] += 1 - ##### Helper Methods async def generate_csv(self, data: List[dict], output_path: str): loop = asyncio.get_event_loop() await loop.run_in_executor(None, self._write_csv, data, output_path)