fix lint problem with import pytest

This commit is contained in:
robbiejackson 2021-03-05 20:59:23 +00:00
parent 48f91bcd30
commit 845402f8a3

View File

@ -21,7 +21,6 @@
""" """
This module contains tests for the settings tab for the Presentations plugin. This module contains tests for the settings tab for the Presentations plugin.
""" """
import pytest
from unittest.mock import MagicMock from unittest.mock import MagicMock
from PyQt5 import QtCore, QtTest from PyQt5 import QtCore, QtTest