Skip to content

Commit

Permalink
Remove duplicative flush() call to address issue 2796. (#3115)
Browse files Browse the repository at this point in the history
Co-authored-by: Mario De Tore <[email protected]>
Co-authored-by: Janosch <[email protected]>
  • Loading branch information
3 people authored Jul 17, 2024
1 parent 649a62c commit 3df6aa3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions importer_client/python/tools/timesketch_importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,6 @@ def upload_file(

streamer.add_file(file_path)

# Force a flush.
streamer.flush()

timeline = streamer.timeline
task_id = streamer.celery_task_id

Expand Down

0 comments on commit 3df6aa3

Please sign in to comment.