Fix various py310 stubtest errors (#7239)

This commit is contained in:
Alex Waygood
2022-02-16 19:47:49 +00:00
committed by GitHub
parent fef3a71459
commit 5a8b9dafb3
8 changed files with 69 additions and 31 deletions

View File

@@ -3,9 +3,11 @@ from typing import Any, TypeVar
from typing_extensions import final
ucd_3_2_0: UCD
ucnhash_CAPI: Any
unidata_version: str
if sys.version_info < (3, 10):
ucnhash_CAPI: Any
_T = TypeVar("_T")
def bidirectional(__chr: str) -> str: ...