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