diff --git a/tests/functional/openlp_plugins/songs/test_worshipcenterproimport.py b/tests/functional/openlp_plugins/songs/test_worshipcenterproimport.py index 0dd8398f8..df084c9ab 100644 --- a/tests/functional/openlp_plugins/songs/test_worshipcenterproimport.py +++ b/tests/functional/openlp_plugins/songs/test_worshipcenterproimport.py @@ -25,9 +25,9 @@ This module contains tests for the WorshipCenter Pro song importer. from unittest import TestCase, skipUnless from unittest.mock import MagicMock, patch +import pyodbc try: - import pyodbc from openlp.core.common.registry import Registry from openlp.plugins.songs.lib.importers.worshipcenterpro import WorshipCenterProImport CAN_RUN_TESTS = True