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/lib2to3/pgen2/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
__all__ = ["Driver", "load_grammar"]

# Python imports
import codecs
import io
import os
import logging
Expand Down
1 change: 0 additions & 1 deletion Lib/lib2to3/pgen2/grammar.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"""

# Python imports
import collections
import pickle

# Local imports
Expand Down
1 change: 0 additions & 1 deletion Lib/multiprocessing/popen_fork.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import os
import sys
import signal

from . import util
Expand Down
2 changes: 0 additions & 2 deletions Lib/test/test_collections.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@
import collections
import copy
import doctest
import keyword
import operator
import pickle
from random import choice, randrange
import re
import string
import sys
from test import support
Expand Down
2 changes: 0 additions & 2 deletions Lib/test/test_queue.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# Some simple queue module tests, plus some failure conditions
# to ensure the Queue locks remain stable.
import collections
import itertools
import queue
import random
import sys
import threading
import time
import unittest
Expand Down
1 change: 0 additions & 1 deletion Lib/test/test_sys.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import gc
import sysconfig
import locale
import threading

# count the number of test runs, used to create unique
# strings to intern in test_intern()
Expand Down
1 change: 0 additions & 1 deletion Lib/test/test_thread.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from test import support
import _thread as thread
import time
import sys
import weakref

from test import lock_tests
Expand Down