Enable automatic formatting for `sphinx/domains/_index.py`

This commit is contained in:
Adam Turner 2024-12-29 16:48:42 +00:00
parent 5e5a3bf039
commit e47d12862e

View File

@ -87,8 +87,7 @@ class Index(ABC):
@abstractmethod
def generate(
self,
docnames: Iterable[str] | None = None,
self, docnames: Iterable[str] | None = None
) -> tuple[list[tuple[str, list[IndexEntry]]], bool]:
"""Get entries for the index.