Cleanup some indentation and imports

This commit is contained in:
Jake Moshenko 2016-01-05 12:12:57 -05:00
parent fff016d0f5
commit 8d5f4466d6
3 changed files with 34 additions and 33 deletions

View file

@ -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.