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,11 +1,8 @@
import anki
import anki.storage
import os, errno
__all__ = ['CollectionWrapper', 'CollectionManager']
class CollectionWrapper(object):
"""A simple wrapper around an anki.storage.Collection object.