forked from openlp/openlp
Empty methods need a pass statement
This commit is contained in:
parent
d978f12630
commit
d28e838fa6
@ -51,6 +51,7 @@ class TestHistoryComboBox(TestCase, TestMixin):
|
||||
def tearDown(self):
|
||||
# del self.combo
|
||||
# del self.main_window
|
||||
pass
|
||||
|
||||
def get_items_test(self):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user