From 3c677bc077dfa81a740cdfe08cd7759faf00ddb6 Mon Sep 17 00:00:00 2001 From: John Lines Date: Tue, 3 Sep 2019 13:42:06 +0100 Subject: [PATCH] Linting fix --- .../openlp_plugins/songs/test_singingthefaithimport.py | 3 --- 1 file changed, 3 deletions(-) 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')) - - -