forked from openlp/openlp
- Code cleanup (Removed 2 un-required empty rows)
This commit is contained in:
parent
3e926c7480
commit
7c74b50318
@ -971,7 +971,6 @@ class BibleMediaItem(MediaManagerItem):
|
||||
"""
|
||||
Displays the search results in the media manager. All data needed for further action is saved for/in each row.
|
||||
"""
|
||||
|
||||
items = self.build_display_results(bible, second_bible, self.search_results)
|
||||
for bible_verse in items:
|
||||
self.list_view.addItem(bible_verse)
|
||||
|
@ -23,7 +23,6 @@
|
||||
This module contains tests for the lib submodule of the Presentations plugin.
|
||||
"""
|
||||
from unittest import TestCase
|
||||
|
||||
from openlp.core.common import Registry
|
||||
from openlp.plugins.bibles.lib.mediaitem import BibleMediaItem
|
||||
from tests.functional import MagicMock, patch
|
||||
|
Loading…
Reference in New Issue
Block a user