mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-06-23 09:18:44 +08:00
RawTokenFormatter always returns bytes (#14412)
This commit is contained in:
@@ -10,7 +10,7 @@ class NullFormatter(Formatter[_T]):
|
||||
filenames: Any
|
||||
def format(self, tokensource, outfile) -> None: ...
|
||||
|
||||
class RawTokenFormatter(Formatter[_T]):
|
||||
class RawTokenFormatter(Formatter[bytes]):
|
||||
name: str
|
||||
aliases: Any
|
||||
filenames: Any
|
||||
|
||||
Reference in New Issue
Block a user