From ab4138a0709bacc0a65fd2e956ce2be07592fd82 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 00:04:44 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- dargs/dargs.py | 1 - dargs/sphinx.py | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dargs/dargs.py b/dargs/dargs.py index d65f105..86eb8ee 100644 --- a/dargs/dargs.py +++ b/dargs/dargs.py @@ -16,7 +16,6 @@ We also need to pay special attention to flat the keys of its choices. """ - import fnmatch import json import re diff --git a/dargs/sphinx.py b/dargs/sphinx.py index 986f743..5fe46e2 100644 --- a/dargs/sphinx.py +++ b/dargs/sphinx.py @@ -19,6 +19,7 @@ where `_test_argument` returns an :class:`Argument `. A :class:`list` of :class:`Argument ` is also accepted. """ + import sys from typing import ClassVar, List