From d7e7b7547cff340bd720526870cb1485b7ec1a2a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 17:08:45 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- dectate/sphinxext.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dectate/sphinxext.py b/dectate/sphinxext.py index 2373004..910365c 100644 --- a/dectate/sphinxext.py +++ b/dectate/sphinxext.py @@ -4,6 +4,7 @@ object using the directive decorator, and the signature needs to be obtained from the action class's ``__init__`` manually. """ + import inspect