Skip to content

Commit

Permalink
removing duplicate availability zone (#1035)
Browse files Browse the repository at this point in the history
ap-northeast-3a appears in the list in two places.
  • Loading branch information
PatMyron authored and cmmeyer committed Jul 18, 2019
1 parent 7bdbe18 commit 420822e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cfnlint/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
'ap-south-1a', 'ap-south-1b', 'ap-south-1c',
'cn-north-1a', 'cn-north-1b',
'eu-west-3a', 'eu-west-3b', 'eu-west-3c',
'ap-northeast-3a',
'us-gov-west-1a', 'us-gov-west-1b', 'us-gov-west-1c',
'us-gov-east-1a', 'us-gov-east-1b', 'us-gov-east-1c',
'eu-north-1a', 'eu-north-1b', 'eu-north-1c',
Expand Down

0 comments on commit 420822e

Please sign in to comment.