From 41c661d45b0408667b2339c2a2f2fb078efa1c27 Mon Sep 17 00:00:00 2001 From: BobTheBuidler <70677534+BobTheBuidler@users.noreply.github.com> Date: Wed, 28 Aug 2024 15:59:34 -0400 Subject: [PATCH] fix(docs): add missing `]` --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 4077f3c9..2e32ea06 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -68,6 +68,7 @@ 'setdefault', '_getitem_nochecksum', '_setitem_nochecksum', + ], } autodoc_typehints = "description" # Don't show class signature with the class' name.