mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
gh-120417: Remove unused imports in the stdlib (#120420)
This commit is contained in:
parent
4b5d3e0e72
commit
4c6d4f5cb3
11 changed files with 5 additions and 14 deletions
|
@ -20,15 +20,12 @@
|
|||
from __future__ import annotations
|
||||
|
||||
import io
|
||||
from multiprocessing import Value
|
||||
import os
|
||||
import sys
|
||||
import time
|
||||
import msvcrt
|
||||
|
||||
from abc import ABC, abstractmethod
|
||||
from collections import deque
|
||||
from dataclasses import dataclass, field
|
||||
import ctypes
|
||||
from ctypes.wintypes import (
|
||||
_COORD,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue