mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix linter
This commit is contained in:
parent
34bcdf4e32
commit
172a1f9f35
1 changed files with 4 additions and 4 deletions
|
@ -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__)
|
||||
|
|
Loading…
Add table
Reference in a new issue