mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-02 22:18:28 +08:00
[encodings] Reexport encodings.aliases (#15462)
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
import sys
|
||||
from codecs import CodecInfo
|
||||
|
||||
from . import aliases as aliases
|
||||
|
||||
class CodecRegistryError(LookupError, SystemError): ...
|
||||
|
||||
def normalize_encoding(encoding: str | bytes) -> str: ...
|
||||
|
||||
Reference in New Issue
Block a user