From a39eff5766e5ef24c3b599a8aa236f2cde4c3f39 Mon Sep 17 00:00:00 2001 From: Nick Hall Date: Wed, 12 Oct 2016 22:24:43 +0100 Subject: [PATCH] Remove unused Select API code --- gramps/plugins/test/test_reports.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/gramps/plugins/test/test_reports.py b/gramps/plugins/test/test_reports.py index 60bdf1dd6..585a0e88e 100644 --- a/gramps/plugins/test/test_reports.py +++ b/gramps/plugins/test/test_reports.py @@ -51,9 +51,6 @@ class ReportControl: self.tearDown() # removes it if it existed out, err = self.call("-C", TREE_NAME, "--import", example) - db = open_database(TREE_NAME, force_unlock=True) - db.Person.filter(lambda person: person.gramps_id == "I0000").tag("Cool") - db.close() def addreport(self, class_, report_name, test_function, files, **options):