mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-11 06:21:57 +08:00
Third-party stubs: enforce CamelCase for type alias names (#8256)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
from typing import Any
|
||||
from typing_extensions import TypeAlias
|
||||
|
||||
entitiesTrie: Any
|
||||
attributeMap: TypeAlias = dict[Any, Any]
|
||||
attributeMap = dict
|
||||
|
||||
class HTMLTokenizer:
|
||||
stream: Any
|
||||
|
||||
Reference in New Issue
Block a user