Update stubs

This commit is contained in:
Trinh Anh Ngoc
2024-10-09 17:16:10 +07:00
parent 64a98eca48
commit 7371bc055d

View File

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