Skip to content

Commit 893f946

Browse files
committed
Fix imports for serverless
1 parent f7ad49c commit 893f946

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

tests/test_serverless.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
EndpointConfiguration,
1212
Function,
1313
FunctionForPackaging,
14+
HttpApi,
15+
HttpApiAuth,
16+
HttpApiDomainConfiguration,
1417
LayerVersion,
18+
OAuth2Authorizer,
1519
ResourcePolicyStatement,
1620
Route53,
1721
S3Event,
1822
S3Location,
1923
SimpleTable,
20-
HttpApi,
21-
HttpApiAuth,
22-
OAuth2Authorizer,
23-
HttpApiDomainConfiguration,
2424
)
2525

2626

troposphere/serverless.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
from .dynamodb import ProvisionedThroughput, SSESpecification
2222
from .s3 import Filter
2323
from .validators import (
24+
boolean,
2425
exactly_one,
2526
integer,
2627
integer_range,
2728
mutually_exclusive,
2829
positive_integer,
29-
boolean,
3030
)
3131

3232
try:

0 commit comments

Comments
 (0)