From ec83527fa4a46bf3fd7b995cfc52d98d9fb1c471 Mon Sep 17 00:00:00 2001 From: flan Date: Sat, 4 Nov 2017 01:41:45 +0100 Subject: [PATCH] Remove unused function --- tests/helpers/collection_utils.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tests/helpers/collection_utils.py b/tests/helpers/collection_utils.py index 3c94e62..168883d 100644 --- a/tests/helpers/collection_utils.py +++ b/tests/helpers/collection_utils.py @@ -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)