Skip to content

Commit

Permalink
bpo-35202: Remove unused imports in Lib directory (pythonGH-10450)
Browse files Browse the repository at this point in the history
  • Loading branch information
srinivasreddy authored and methane committed Nov 15, 2018
1 parent 25221b3 commit 70f61b9
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion Lib/asyncio/base_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
import concurrent.futures
import heapq
import itertools
import logging
import os
import socket
import subprocess
Expand Down
1 change: 0 additions & 1 deletion Lib/test/_test_multiprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import unittest
import unittest.mock
import queue as pyqueue
import contextlib
import time
import io
import itertools
Expand Down
1 change: 0 additions & 1 deletion Lib/test/test_contextlib.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""Unit tests for contextlib.py, and other context managers."""

import asyncio
import io
import sys
import tempfile
Expand Down
1 change: 0 additions & 1 deletion Lib/test/test_regrtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
import sysconfig
import tempfile
import textwrap
import threading
import unittest
from test import libregrtest
from test import support
Expand Down
1 change: 0 additions & 1 deletion Lib/test/test_uuid.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import builtins
import contextlib
import copy
from functools import partial
import io
import os
import pickle
Expand Down

0 comments on commit 70f61b9

Please sign in to comment.