Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 13, 2024
1 parent 50cc562 commit ab4138a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion dargs/dargs.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
We also need to pay special attention to flat the keys of its choices.
"""


import fnmatch
import json
import re
Expand Down
1 change: 1 addition & 0 deletions dargs/sphinx.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
where `_test_argument` returns an :class:`Argument <dargs.Argument>`. A :class:`list` of :class:`Argument <dargs.Argument>` is also accepted.
"""

import sys
from typing import ClassVar, List

Expand Down

0 comments on commit ab4138a

Please sign in to comment.