PR feedback

This commit is contained in:
Joel Bradshaw
2020-11-25 22:36:55 -08:00
parent f57d9ee45d
commit e7c0368168
3 changed files with 3 additions and 8 deletions

View File

@ -63,9 +63,3 @@ class Quotation(Comment):
''' a quote and commentary on a book '''
quote: str
type: str = 'Quotation'
@dataclass(init=False)
class Progress(Comment):
''' a progress update on a book '''
quote: str
type: str = 'Progress'