diff --git a/tests/functional/openlp_plugins/songs/test_singingthefaithimport.py b/tests/functional/openlp_plugins/songs/test_singingthefaithimport.py index 671c24865..1c7a259f4 100644 --- a/tests/functional/openlp_plugins/songs/test_singingthefaithimport.py +++ b/tests/functional/openlp_plugins/songs/test_singingthefaithimport.py @@ -58,6 +58,3 @@ class TestSingingTheFaithFileImport(SongImportTestHelper): # Whole song self.file_import([TEST_PATH / 'hints' / 'H2.txt'], self.load_external_result_data(TEST_PATH / 'hints' / 'STF002.json')) - - -