mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-16 13:35:04 +08:00
Use TypeAlias for type aliases where possible, part II (#7667)
This commit is contained in:
@@ -182,7 +182,7 @@ class _Parser:
|
||||
def ParseLines(self, lines: Iterable[Text | bytes], message: _M) -> _M: ...
|
||||
def MergeLines(self, lines: Iterable[Text | bytes], message: _M) -> _M: ...
|
||||
|
||||
_ParseError = ParseError
|
||||
_ParseError: TypeAlias = ParseError
|
||||
|
||||
class Tokenizer:
|
||||
token: str = ...
|
||||
|
||||
Reference in New Issue
Block a user