Fixing lint.

This commit is contained in:
Gareth J. Greenaway 2019-05-10 16:36:41 -07:00
parent 4d3c46d193
commit 5bf9a95267
No known key found for this signature in database
GPG key ID: 10B62F8A7CAD7A41

View file

@ -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