mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
isort: Add more to extra_standard_library (#9098)
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
import types
|
||||
from _codecs import *
|
||||
from _typeshed import ReadableBuffer, Self
|
||||
from abc import abstractmethod
|
||||
from collections.abc import Callable, Generator, Iterable
|
||||
from typing import Any, BinaryIO, Protocol, TextIO
|
||||
from typing_extensions import Literal
|
||||
|
||||
from _codecs import *
|
||||
|
||||
__all__ = [
|
||||
"register",
|
||||
"lookup",
|
||||
|
||||
Reference in New Issue
Block a user