Remove unused lines
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
from __future__ import absolute_import
|
||||
|
||||
from ankisyncd.collection import CollectionWrapper, CollectionManager
|
||||
@@ -8,8 +7,6 @@ from Queue import Queue
|
||||
|
||||
import time, logging
|
||||
|
||||
__all__ = ['ThreadingCollectionWrapper', 'ThreadingCollectionManager']
|
||||
|
||||
class ThreadingCollectionWrapper(object):
|
||||
"""Provides the same interface as CollectionWrapper, but it creates a new Thread to
|
||||
interact with the collection."""
|
||||
|
||||
Reference in New Issue
Block a user