We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 510d9a7 commit 7a1f0faCopy full SHA for 7a1f0fa
1 file changed
flatdata-py/flatdata/lib/file_resource_writer.py
@@ -49,4 +49,4 @@ def write(self, data):
49
def close(self):
50
'''Flush data and close file'''
51
self._file.flush() # type: ignore[union-attr] # _file is set by open() before close() is called
52
- self._file.close() # type: ignore[union-attr]
+ self._file.close() # type: ignore[union-attr] # _file is set by open() before close() is called
0 commit comments