fixed flake 8 line error

This commit is contained in:
Anthony Scopatz 2016-11-05 12:24:55 -04:00
parent 29568d6c16
commit b1178539d9

View file

@ -180,7 +180,6 @@ class NonBlockingFDReader(QueueReader):
self.thread.start()
def populate_buffer(reader, fd, buffer, chunksize):
"""Reads bytes from the file descriptor and copies them into a buffer.
The reads happend in parallel, using pread(), and is thus only