Skip to content

Commit

Permalink
demo: fix minor style issue in demo code [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
swistakm committed Mar 29, 2017
1 parent c45e970 commit 22eef00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class CatSerializer(BaseSerializer):
breed = StringField("official breed name")


class V1():
class V1:
class Cat(RetrieveUpdateDeleteAPI):
"""
Single cat identified by its id
Expand Down

0 comments on commit 22eef00

Please sign in to comment.