Skip to content

Commit 5b36ad5

Browse files
committed
fmt
1 parent 998cfcd commit 5b36ad5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sphinx/ext/autosummary/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,8 @@ def get_table(self, items: list[tuple[str, str, str, str]]) -> list[Node]:
433433

434434
table = autosummary_table('')
435435
real_table = nodes.table(
436-
'', classes=['autosummary', 'longtable', *self.options.get('class', ())])
436+
'', classes=['autosummary', 'longtable', *self.options.get('class', ())]
437+
)
437438
table.append(real_table)
438439
group = nodes.tgroup('', cols=2)
439440
real_table.append(group)

0 commit comments

Comments
 (0)