mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-09 13:02:22 +08:00
Add back module-level __getattr__ to encodings (#5261)
This is needed for submodules, such as `encodings.cp437`.
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
],
|
||||
"exclude": [
|
||||
"**/@python2",
|
||||
"stdlib/encodings",
|
||||
"stdlib/sqlite3/dbapi2.pyi",
|
||||
"stdlib/tkinter",
|
||||
"stdlib/xml/dom",
|
||||
@@ -83,4 +84,4 @@
|
||||
// Mypy's overlapping overload logic misses these issues (see mypy
|
||||
// issue #10143 and #10157).
|
||||
"reportOverlappingOverload": "none"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user