From 845402f8a38b2c2b824d05bde9d6f0767ef33b3a Mon Sep 17 00:00:00 2001 From: robbiejackson Date: Fri, 5 Mar 2021 20:59:23 +0000 Subject: [PATCH] fix lint problem with import pytest --- .../openlp_plugins/presentations/test_presentationtab.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/functional/openlp_plugins/presentations/test_presentationtab.py b/tests/functional/openlp_plugins/presentations/test_presentationtab.py index 9edd59b69..9d2ede56a 100644 --- a/tests/functional/openlp_plugins/presentations/test_presentationtab.py +++ b/tests/functional/openlp_plugins/presentations/test_presentationtab.py @@ -21,7 +21,6 @@ """ This module contains tests for the settings tab for the Presentations plugin. """ -import pytest from unittest.mock import MagicMock from PyQt5 import QtCore, QtTest