From 9ac26de926c17def9827392285be82b66bf98dbc Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Fri, 18 Jun 2021 21:05:44 +0300 Subject: [PATCH] Remove SerializableAttrs type param --- xkcd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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