This commit is contained in:
Bert Blommers 2021-02-02 16:31:26 +00:00 committed by GitHub
commit 737636f9df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 11 additions and 57 deletions

View file

@ -6,7 +6,6 @@ import boto3
from boto.exception import EC2ResponseError
from botocore.exceptions import ClientError
# Ensure 'pytest.raises' context manager support for Python 2.6
import pytest
import sure # noqa

View file

@ -1,6 +1,5 @@
from __future__ import unicode_literals
# Ensure 'pytest.raises' context manager support for Python 2.6
import pytest
import boto3

View file

@ -3,7 +3,6 @@ from __future__ import unicode_literals
import boto
import boto3
# Ensure 'pytest.raises' context manager support for Python 2.6
import pytest
import sure # noqa
from boto.exception import EC2ResponseError

View file

@ -1,6 +1,5 @@
from __future__ import unicode_literals
# Ensure 'pytest.raises' context manager support for Python 2.6
import pytest
import boto

View file

@ -1,6 +1,5 @@
from __future__ import unicode_literals
# Ensure 'pytest.raises' context manager support for Python 2.6
import pytest
import boto3

View file

@ -1,6 +1,5 @@
from __future__ import unicode_literals
# Ensure 'pytest.raises' context manager support for Python 2.6
import pytest
import boto

View file

@ -1,6 +1,5 @@
from __future__ import unicode_literals
# Ensure 'pytest.raises' context manager support for Python 2.6
import pytest
import time

View file

@ -1,6 +1,5 @@
from __future__ import unicode_literals
# Ensure 'pytest.raises' context manager support for Python 2.6
from botocore.exceptions import ClientError
import pytest

View file

@ -1,6 +1,5 @@
from __future__ import unicode_literals
# Ensure 'pytest.raises' context manager support for Python 2.6
import pytest
import re

View file

@ -1,6 +1,5 @@
from __future__ import unicode_literals
# Ensure 'pytest.raises' context manager support for Python 2.6
import pytest
import boto

View file

@ -1,6 +1,5 @@
from __future__ import unicode_literals
# Ensure 'pytest.raises' context manager support for Python 2.6
import pytest
import boto

View file

@ -3,7 +3,6 @@ from __future__ import unicode_literals
import copy
import json
# Ensure 'pytest.raises' context manager support for Python 2.6
import pytest
import boto3

View file

@ -6,7 +6,6 @@ import boto
import boto3
import boto.vpc
# Ensure 'pytest.raises' context manager support for Python 2.6
import pytest
import sure # noqa
from boto.exception import EC2ResponseError

View file

@ -1,6 +1,5 @@
from __future__ import unicode_literals
# Ensure 'pytest.raises' context manager support for Python 2.6
import pytest
from moto.ec2.exceptions import EC2ClientError
from botocore.exceptions import ClientError

View file

@ -1,6 +1,5 @@
from __future__ import unicode_literals
# Ensure 'pytest.raises' context manager support for Python 2.6
import pytest
from moto.ec2.exceptions import EC2ClientError
from botocore.exceptions import ClientError