Remove unused function

This commit is contained in:
flan 2017-11-04 01:41:45 +01:00
parent f5050582ba
commit ec83527fa4

View File

@ -65,11 +65,3 @@ class CollectionUtils(object):
collection = Collection(file_path)
return collection
@staticmethod
def create_col_from_existing_db(db_file_path):
"""
Returns a Collection object created from an existing anki db file.
"""
return Collection(db_file_path)