mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-03 18:13:36 +08:00
builtins: remove unused imports (#4715)
Co-authored-by: hauntsaninja <>
This commit is contained in:
@@ -12,7 +12,6 @@ from _typeshed import (
|
||||
SupportsLessThanT,
|
||||
SupportsWrite,
|
||||
)
|
||||
from abc import ABCMeta
|
||||
from ast import AST, mod
|
||||
from io import BufferedRandom, BufferedReader, BufferedWriter, FileIO, TextIOWrapper
|
||||
from types import CodeType, TracebackType
|
||||
@@ -20,7 +19,6 @@ from typing import (
|
||||
IO,
|
||||
AbstractSet,
|
||||
Any,
|
||||
AnyStr,
|
||||
BinaryIO,
|
||||
ByteString,
|
||||
Callable,
|
||||
|
||||
Reference in New Issue
Block a user