Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Morris committed Jul 30, 2023
1 parent 0a544b3 commit e7a9833
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions poems/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,6 @@ class PoemNotFoundError(Exception):

@dataclass
class Author():
"""Author data class"""
name: str
birth: str
death: str
nationality: str
flag: str
link: str
favorite: str
n_poems: str
link: str


@dataclass
class Poem():
"""Author data class"""
name: str
birth: int
Expand Down

0 comments on commit e7a9833

Please sign in to comment.