Skip to content

Commit

Permalink
[iot1click] resource_type should be a string, not tuple (#1402)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-k authored and markpeek committed May 21, 2019
1 parent 6da14b9 commit eb48e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion troposphere/iot1click.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


class Device(AWSObject):
resource_type = "AWS::IoT1Click::Device",
resource_type = "AWS::IoT1Click::Device"

props = {
'DeviceId': (basestring, True),
Expand Down

0 comments on commit eb48e80

Please sign in to comment.