mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
revert test changes
This commit is contained in:
parent
73d6ca8914
commit
2868ac1f89
1 changed files with 3 additions and 6 deletions
|
@ -8,12 +8,9 @@ import os
|
|||
|
||||
import pytest
|
||||
|
||||
try:
|
||||
import salt.utils.files
|
||||
from salt import fileclient
|
||||
from tests.support.mock import AsyncMock, MagicMock, Mock, patch
|
||||
except ImportError:
|
||||
...
|
||||
import salt.utils.files
|
||||
from salt import fileclient
|
||||
from tests.support.mock import AsyncMock, MagicMock, Mock, patch
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue