Skip to content

Commit

Permalink
Removed unused code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonye Jack committed Aug 16, 2020
1 parent 04405cc commit 896e520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


class TestModel(SubscriptionModel):
name = models.CharField(max_length=20) # type: ignore
name = models.CharField(max_length=20)

def __str__(self):
return '<{}: {}>'.format(self.pk, self.name)

0 comments on commit 896e520

Please sign in to comment.