8000 bpo-35202: Remove unused imports in Lib directory (GH-10450) · python/cpython@70f61b9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 70f61b9

Browse files
srinivasreddymethane
authored andcommitted
bpo-35202: Remove unused imports in Lib directory (GH-10450)
1 parent 25221b3 commit 70f61b9

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

Lib/asyncio/base_events.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
import concurrent.futures
1919
import heapq
2020
import itertools
21-
import logging
2221
import os
2322
import socket
2423
import subprocess

Lib/test/_test_multiprocessing.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import unittest
66
import unittest.mock
77
import queue as pyqueue
8-
import contextlib
98
import time
109
import io
1110
import itertools

Lib/test/test_contextlib.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"""Unit tests for contextlib.py, and other context managers."""
22

3-
import asyncio
43
import io
54
import sys
65
import tempfile

Lib/test/test_regrtest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
import sysconfig
1616
import tempfile
1717
import textwrap
18-
import threading
1918
import unittest
2019
from test import libregrtest
2120
from test import support

Lib/test/test_uuid.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import builtins
44
import contextlib
55
import copy
6-
from functools import partial
76
import io
87
import os
98
import pickle

0 commit comments

Comments
 (0)
0