Skip to content

Commit

Permalink
Merge pull request #56 from nnsnodnb/master
Browse files Browse the repository at this point in the history
Fix super class to Template for CarouselTemplate.
  • Loading branch information
be-hase authored Aug 28, 2017
2 parents 0e1ecf2 + 710a03a commit d7e36c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linebot/models/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def __init__(self, text=None, actions=None, **kwargs):
self.actions = _get_actions(actions)


class CarouselTemplate(Base):
class CarouselTemplate(Template):
"""CarouselTemplate.
https://devdocs.line.me/en/#carousel
Expand Down

0 comments on commit d7e36c6

Please sign in to comment.