mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
Use PEP 585 syntax in Python 2, protobuf & _ast stubs, where possible (#6949)
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
from typing import Dict
|
||||
|
||||
name2codepoint: Dict[str, int]
|
||||
codepoint2name: Dict[int, str]
|
||||
entitydefs: Dict[str, str]
|
||||
name2codepoint: dict[str, int]
|
||||
codepoint2name: dict[int, str]
|
||||
entitydefs: dict[str, str]
|
||||
|
||||
Reference in New Issue
Block a user