Skip to content

Commit 33abb31

Browse files
committed
style: remove extra whitespace
1 parent e1613f2 commit 33abb31

File tree

1 file changed

+1
-1
lines changed
  • src/mkdocstrings_handlers/python/_internal

1 file changed

+1
-1
lines changed

src/mkdocstrings_handlers/python/_internal/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ class PythonInputOptions:
691691
] = True
692692

693693
show_category_heading: Annotated[
694-
Literal["mod", "class", True, False],
694+
Literal["mod", "class", True, False],
695695
_Field(
696696
group="headings",
697697
description="""When grouped by categories, show a heading for the categories.

0 commit comments

Comments
 (0)