Skip to content

Commit

Permalink
Fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
MEnesDeniz committed Nov 3, 2024
1 parent 1634e9d commit 53f0f32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/post_processing/video/analyticsvideoprocessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 53f0f32

Please sign in to comment.