1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-18 17:31:57 +08:00

Utilities/Sphinx: Fix flake8 E124 diagnostic in cmake.py

This commit is contained in:
Brad King
2023-06-12 17:33:59 -04:00
parent 66f7d9e6e0
commit 5de805bea2

View File

@@ -514,7 +514,7 @@ class CMakeReferenceRole:
class Class(parent):
def __call__(self, name: str, rawtext: str, text: str,
*args, **kwargs
) -> Tuple[List[Node], List[system_message]]:
) -> Tuple[List[Node], List[system_message]]:
text = CMakeReferenceRole._escape_angle_brackets(text)
return super().__call__(name, rawtext, text, *args, **kwargs)
return Class