summaryrefslogtreecommitdiff
path: root/fs/iotools.py
diff options
context:
space:
mode:
Diffstat (limited to 'fs/iotools.py')
-rw-r--r--fs/iotools.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/iotools.py b/fs/iotools.py
index fcf4818..f2e0f6e 100644
--- a/fs/iotools.py
+++ b/fs/iotools.py
@@ -188,8 +188,6 @@ def make_bytes_io(data, encoding=None, errors=None):
return io.BytesIO(data)
-
-
def copy_file_to_fs(f, fs, path, encoding=None, errors=None, progress_callback=None, chunk_size=64 * 1024):
"""Copy an open file to a path on an FS"""
if progress_callback is None: