isort: Add more to extra_standard_library (#9098)

This commit is contained in:
Jelle Zijlstra
2022-11-04 22:56:40 -07:00
committed by GitHub
parent 7ef7029f88
commit cff08b674a
8 changed files with 39 additions and 24 deletions

View File

@@ -1,9 +1,4 @@
import types
from _typeshed import StrPath
from os import PathLike
from types import TracebackType
from typing import IO, Any, Protocol
from _imp import (
acquire_lock as acquire_lock,
create_dynamic as create_dynamic,
@@ -15,6 +10,10 @@ from _imp import (
lock_held as lock_held,
release_lock as release_lock,
)
from _typeshed import StrPath
from os import PathLike
from types import TracebackType
from typing import IO, Any, Protocol
SEARCH_ERROR: int
PY_SOURCE: int