Bizhawk: adds typing to bizhawk component launch (#4505)

This commit is contained in:
qwint 2025-01-17 15:22:36 -05:00 committed by GitHub
parent 23ea3c0efc
commit 2b9fa89050
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ def _patch_and_run_game(patch_file: str):
return {}
def launch(*launch_args) -> None:
def launch(*launch_args: str) -> None:
async def main():
parser = get_base_parser()
parser.add_argument("patch_file", default="", type=str, nargs="?", help="Path to an Archipelago patch file")