Skip to content

Commit

Permalink
Remove impossible assert in file.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaim committed Aug 7, 2024
1 parent 5334d0a commit c3ea6ba
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/multicsv/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,6 @@ def flush(self) -> None:
if not self._need_flush:
return

if self._closed:
return

initial_file_pos = self._file.tell()
try:
self._write_file()
Expand Down

0 comments on commit c3ea6ba

Please sign in to comment.