Remove unused function
This commit is contained in:
parent
f5050582ba
commit
ec83527fa4
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user