9 lines
128 B
Python
9 lines
128 B
Python
import sure # noqa # pylint: disable=unused-import
|
|
|
|
from moto import mock_ec2
|
|
|
|
|
|
@mock_ec2
|
|
def test_windows():
|
|
pass
|