python: Delete superfluous parens.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2023-09-12 12:10:57 -07:00
committed by Anders Kaseorg
parent e0d3176098
commit 28597365da
24 changed files with 56 additions and 64 deletions

View File

@@ -183,7 +183,7 @@ class APIArgumentsTablePreprocessor(Preprocessor):
required=required_block,
deprecated=deprecated_block,
description=md_engine.convert(description),
type=(data_type),
type=data_type,
object_details=object_block,
)
)