Update stubs

This commit is contained in:
Trinh Anh Ngoc
2024-10-09 17:16:10 +07:00
parent 754ec547ec
commit c30ede64b1

View File

@@ -4,4 +4,4 @@ from typing import Callable
component_re: Pattern
replace: Callable
def parse_version(s: str) -> tuple[str]: ...
def parse_version(s: str) -> tuple[str, ...]: ...