Cleanup some indentation and imports
This commit is contained in:
parent
fff016d0f5
commit
8d5f4466d6
3 changed files with 34 additions and 33 deletions
|
@ -1,6 +1,3 @@
|
|||
from multiprocessing import Queue
|
||||
import os
|
||||
|
||||
class QueueFile(object):
|
||||
""" Class which implements a file-like interface and reads from a blocking
|
||||
multiprocessing queue.
|
||||
|
|
Reference in a new issue