mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fixing lint.
This commit is contained in:
parent
4d3c46d193
commit
5bf9a95267
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,6 @@ import logging
|
|||
from tests.support.mixins import LoaderModuleMockMixin
|
||||
from tests.support.unit import TestCase, skipIf
|
||||
from tests.support.mock import (
|
||||
patch,
|
||||
Mock,
|
||||
MagicMock,
|
||||
NO_MOCK,
|
||||
|
@ -27,6 +26,7 @@ import salt.modules.telegram as telegram
|
|||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class RequestMock(Mock):
|
||||
'''
|
||||
Request Mock
|
||||
|
|
Loading…
Add table
Reference in a new issue