mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-04 20:45:49 +08:00
[encodings] Reexport encodings.aliases (#15462)
This commit is contained in:
committed by
GitHub
parent
1965b2051b
commit
35004e95ca
@@ -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