Fix linter

This commit is contained in:
Daniel A. Wozniak 2023-09-21 14:09:50 -07:00
parent 34bcdf4e32
commit 172a1f9f35

View file

@ -1,9 +1,6 @@
import logging
import subprocess
import pytest
import salt.utils.platform
# pylint: disable=unused-import
from tests.pytests.integration.cluster.conftest import (
cluster_cache_path,
cluster_master_1,
@ -14,4 +11,7 @@ from tests.pytests.integration.cluster.conftest import (
cluster_shared_path,
)
# pylint: enable=unused-import
log = logging.getLogger(__name__)