mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-30 22:55:24 +08:00
isort: Add more to extra_standard_library (#9098)
This commit is contained in:
@@ -17,19 +17,40 @@ extra_standard_library = [
|
||||
"_typeshed",
|
||||
# Extra modules not recognized by isort
|
||||
"_ast",
|
||||
"_bisect",
|
||||
"_bootlocale",
|
||||
"_codecs",
|
||||
"_collections_abc",
|
||||
"_compat_pickle",
|
||||
"_compression",
|
||||
"_csv",
|
||||
"_ctypes",
|
||||
"_curses",
|
||||
"_decimal",
|
||||
"_dummy_thread",
|
||||
"_dummy_threading",
|
||||
"_heapq",
|
||||
"_imp",
|
||||
"_json",
|
||||
"_markupbase",
|
||||
"_msi",
|
||||
"_operator",
|
||||
"_osx_support",
|
||||
"_posixsubprocess",
|
||||
"_py_abc",
|
||||
"_pydecimal",
|
||||
"_random",
|
||||
"_sitebuiltins",
|
||||
"_socket",
|
||||
"_stat",
|
||||
"_thread",
|
||||
"_threading_local",
|
||||
"_tkinter",
|
||||
"_tracemalloc",
|
||||
"_warnings",
|
||||
"_weakref",
|
||||
"_weakrefset",
|
||||
"_winapi",
|
||||
"genericpath",
|
||||
"opcode",
|
||||
"pyexpat",
|
||||
|
||||
Reference in New Issue
Block a user