Skip to content

Commit

Permalink
Remove SerializableAttrs type param
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Jun 18, 2021
1 parent 37438f2 commit 9ac26de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xkcd.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@


@dataclass
class XKCDInfo(SerializableAttrs['XKCDInfo']):
class XKCDInfo(SerializableAttrs):
year: str
month: str
day: str
Expand Down

0 comments on commit 9ac26de

Please sign in to comment.