mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-23 11:32:07 +08:00
isort: Add more to extra_standard_library (#9098)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user