mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
Fix various py310 stubtest errors (#7239)
This commit is contained in:
@@ -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: ...
|
||||
|
||||
Reference in New Issue
Block a user