Skip to content

Commit 7a1f0fa

Browse files
committed
Review feedback round 3
Signed-off-by: Christian Vetter <christian.vetter@here.com>
1 parent 510d9a7 commit 7a1f0fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flatdata-py/flatdata/lib/file_resource_writer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ def write(self, data):
4949
def close(self):
5050
'''Flush data and close file'''
5151
self._file.flush() # type: ignore[union-attr] # _file is set by open() before close() is called
52-
self._file.close() # type: ignore[union-attr]
52+
self._file.close() # type: ignore[union-attr] # _file is set by open() before close() is called

0 commit comments

Comments
 (0)