mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-24 02:28:45 +08:00
Use TypeAlias for type aliases where possible, part II (#7667)
This commit is contained in:
@@ -14,7 +14,7 @@ INVISIBLE_CHARACTERS_RE: Pattern[str]
|
||||
INVISIBLE_REPLACEMENT_CHAR: str
|
||||
|
||||
# A html5lib Filter class
|
||||
_Filter = Any
|
||||
_Filter: TypeAlias = Any
|
||||
|
||||
class Cleaner:
|
||||
tags: Container[str]
|
||||
|
||||
Reference in New Issue
Block a user