Skip to content

Commit 6d6f2f4

Browse files
committed
Placate flake8 and isort
1 parent 90daa2e commit 6d6f2f4

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

stack/assets.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@
55
And,
66
Equals,
77
GetAtt,
8-
iam,
98
If,
109
Join,
1110
Not,
1211
NoValue,
1312
Output,
1413
Ref,
1514
Split,
16-
Condition,
15+
iam
1716
)
1817
from troposphere.certificatemanager import Certificate, DomainValidationOption
1918
from troposphere.cloudfront import (

stack/sftp.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,15 @@
22
And,
33
Condition,
44
Equals,
5-
GetAtt,
6-
If,
75
Join,
86
Not,
97
Parameter,
108
Ref,
119
Tags,
12-
iam,
13-
transfer,
10+
transfer
1411
)
1512

16-
from .common import arn_prefix, cmk_arn, use_aes256_encryption_cond, use_cmk_arn
13+
from .common import use_aes256_encryption_cond, use_cmk_arn
1714
from .template import template
1815

1916
use_sftp_server = template.add_parameter(

0 commit comments

Comments
 (0)