diff --git a/xkcd.py b/xkcd.py index f8fd9d2..d109c47 100644 --- a/xkcd.py +++ b/xkcd.py @@ -43,7 +43,7 @@ @dataclass -class XKCDInfo(SerializableAttrs['XKCDInfo']): +class XKCDInfo(SerializableAttrs): year: str month: str day: str