removing further unused imports
This commit is contained in:
parent
7d0a575ab1
commit
b512316c82
1 changed files with 0 additions and 5 deletions
|
|
@ -9,11 +9,6 @@ from boto.ec2.elb.attributes import (
|
||||||
ConnectionDrainingAttribute,
|
ConnectionDrainingAttribute,
|
||||||
AccessLogAttribute,
|
AccessLogAttribute,
|
||||||
)
|
)
|
||||||
from boto.ec2.elb.policies import (
|
|
||||||
Policies,
|
|
||||||
LBCookieStickinessPolicy,
|
|
||||||
OtherPolicy,
|
|
||||||
)
|
|
||||||
from botocore.exceptions import ClientError
|
from botocore.exceptions import ClientError
|
||||||
from boto.exception import BotoServerError
|
from boto.exception import BotoServerError
|
||||||
from nose.tools import assert_raises
|
from nose.tools import assert_raises
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue