Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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