Skip to content

Commit 35004e9

Browse files
[encodings] Reexport encodings.aliases (#15462)
1 parent 1965b20 commit 35004e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stdlib/encodings/__init__.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import sys
22
from codecs import CodecInfo
33

4+
from . import aliases as aliases
5+
46
class CodecRegistryError(LookupError, SystemError): ...
57

68
def normalize_encoding(encoding: str | bytes) -> str: ...

0 commit comments

Comments
 (0)