Skip to content

Commit 7cde8c7

Browse files
author
Mike Dirolf
committed
outdated todo
1 parent 5b9b20e commit 7cde8c7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

gridfs/grid_file.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,6 @@ def close(self):
220220
self.__flush()
221221
self._closed = True
222222

223-
# TODO should support writing unicode to a file. this means that files will
224-
# need to have an encoding attribute.
225223
def write(self, data):
226224
"""Write data to the file. There is no return value.
227225

0 commit comments

Comments
 (0)