Skip to content

Commit 6e98015

Browse files
committed
Fix flake8
1 parent 8e8515f commit 6e98015

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

stack/repository.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
from troposphere import (
44
AWS_ACCOUNT_ID,
55
AWS_REGION,
6-
AWS_STACK_NAME,
76
Join,
87
Output,
98
Ref
@@ -20,7 +19,7 @@
2019
# Do we need to specify a repository name? The stack name might not be
2120
# a valid repository name, and if we just leave it out, AWS will make one
2221
# up for us.
23-
#RepositoryName=Ref(AWS_STACK_NAME),
22+
# RepositoryName=Ref(AWS_STACK_NAME),
2423
# Allow all account users to manage images.
2524
RepositoryPolicyText=Policy(
2625
Version="2008-10-17",

0 commit comments

Comments
 (0)