diff --git a/sshfs/spec.py b/sshfs/spec.py index 7f05cf9..e37590d 100644 --- a/sshfs/spec.py +++ b/sshfs/spec.py @@ -345,4 +345,3 @@ async def _pipe_file(self, path, data, chunksize=50 * 2**20, **kwargs): await f.flush() self.invalidate_cache(path) -