mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-24 18:48:46 +08:00
Big diff: use lower-case list and dict (#5888)
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
from typing import Dict, Text
|
||||
from typing import Text
|
||||
|
||||
HTML_ENTITIES: Dict[Text, int]
|
||||
HTML_ENTITIES: dict[Text, int]
|
||||
|
||||
Reference in New Issue
Block a user