diff options
author | Roman A <121314722+GameRoMan@users.noreply.github.com> | 2025-05-12 16:13:08 +0100 |
---|---|---|
committer | Liming Gao <gaoliming@byosoft.com.cn> | 2025-05-26 09:02:24 +0800 |
commit | 88094970943d11c7c11710839e3d73b3e21fbaae (patch) | |
tree | 7d59838197032da34b4ce4ceadd8b90afc4d92bd /BaseTools/Source/Python/Ecc | |
parent | a8f0e70dbfa65e408e3b302c187654f1862e8fb0 (diff) | |
download | edk2-88094970943d11c7c11710839e3d73b3e21fbaae.zip edk2-88094970943d11c7c11710839e3d73b3e21fbaae.tar.gz edk2-88094970943d11c7c11710839e3d73b3e21fbaae.tar.bz2 |
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/Ecc')
0 files changed, 0 insertions, 0 deletions