mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Drop Py2 and six on tests/unit/engines/test_sqs_events.py
This commit is contained in:
parent
0b28873b12
commit
1434a5acc2
1 changed files with 0 additions and 6 deletions
|
@ -1,14 +1,8 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
unit tests for the sqs_events engine
|
||||
"""
|
||||
# Import Python libs
|
||||
from __future__ import absolute_import, print_function, unicode_literals
|
||||
|
||||
# Import Salt Libs
|
||||
import salt.engines.sqs_events as sqs_events
|
||||
|
||||
# Import Salt Testing Libs
|
||||
from tests.support.mixins import LoaderModuleMockMixin
|
||||
from tests.support.mock import MagicMock, patch
|
||||
from tests.support.unit import TestCase, skipIf
|
||||
|
|
Loading…
Add table
Reference in a new issue