Remove unused lines

This commit is contained in:
flan
2017-10-28 18:14:05 +02:00
parent 4a9ee4d40c
commit 48cfa9a029
4 changed files with 1 additions and 25 deletions

View File

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