Altered imprt pytest as per reviewer's comments

This commit is contained in:
David Murphy 2021-03-23 12:25:39 -06:00 committed by Megan Wilhite
parent bb15da948d
commit 6aef56e4d6

View file

@ -1,13 +1,9 @@
import logging
import pytest
import salt.modules.solarisipspkg as solarisipspkg
from tests.support.mock import MagicMock, call, patch
try:
import pytest
except ImportError:
pytest = None
log = logging.getLogger(__name__)