diff --git a/tests/functional/openlp_plugins/songs/songfileimporthelper.py b/tests/functional/openlp_plugins/songs/songfileimporthelper.py index 4f44b150c..f2e87da86 100644 --- a/tests/functional/openlp_plugins/songs/songfileimporthelper.py +++ b/tests/functional/openlp_plugins/songs/songfileimporthelper.py @@ -32,6 +32,7 @@ song files from third party applications. """ import json from unittest import TestCase + from tests.functional import patch, MagicMock class SongImportTestHelper(TestCase):