Third-party stubs: enforce CamelCase for type alias names (#8256)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
This commit is contained in:
Alex Waygood
2022-07-19 08:23:24 +01:00
committed by GitHub
parent 4b34b345f1
commit e3d4bdc91a
13 changed files with 69 additions and 68 deletions

View File

@@ -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