mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-06 09:20:57 +01:00
fixed flake 8 line error
This commit is contained in:
parent
29568d6c16
commit
b1178539d9
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue