diff options
author | Roman A <121314722+GameRoMan@users.noreply.github.com> | 2025-05-12 18:13:08 +0300 |
---|---|---|
committer | Liming Gao <gaoliming@byosoft.com.cn> | 2025-05-26 04:02:24 +0300 |
commit | 88094970943d11c7c11710839e3d73b3e21fbaae (patch) | |
tree | 7d59838197032da34b4ce4ceadd8b90afc4d92bd /BaseTools/Source/Python/Eot/CParser4/CParser.py | |
parent | a8f0e70dbfa65e408e3b302c187654f1862e8fb0 (diff) | |
download | edk2-88094970943d11c7c11710839e3d73b3e21fbaae.tar.xz |
BaseTools: Fix type annotations
Fixed type annotations for functions:
- `def _parse_pattern(line: str) -> Tuple[str]:` -> `def _parse_pattern(line: str) -> Tuple[bool, str, str]:`
- `def get_scopes(codeql_enabled: bool) -> Tuple[str]:` -> `def get_scopes(codeql_enabled: bool) -> Tuple[str, ...]:`
Signed-off-by: Roman A <gameromandev@gmail.com>
Diffstat (limited to 'BaseTools/Source/Python/Eot/CParser4/CParser.py')
0 files changed, 0 insertions, 0 deletions