timesketch
timesketch copied to clipboard
Remove duplicative flush() call to address issue 2796.
- What existing problem does this PR solve? Issue #2796
- What new feature is being introduced with this PR? N/A
- Overview of changes to existing functions if required.
Removes duplicative call to
flush()
from theupload_file
function intimesketch_importer.py
Checks
- [ ] All tests succeed.
- [ ] Unit tests added.
- [ ] e2e tests added.
Closing issues Closes #2796