Skip to content

Remove unused import #132043

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
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
2 changes: 1 addition & 1 deletion Lib/http/cookiejar.py
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@
import datetime
import re
import time
import urllib.parse, urllib.request
import urllib.parse
import threading as _threading
import http.client # only for the default HTTP port
from calendar import timegm
2 changes: 0 additions & 2 deletions Lib/idlelib/editor.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import importlib.abc
import importlib.util
import os
import platform
import re
1 change: 0 additions & 1 deletion Lib/smtplib.py
Original file line number Diff line number Diff line change
@@ -43,7 +43,6 @@
import io
import re
import email.utils
import email.message
import email.generator
import base64
import hmac
1 change: 0 additions & 1 deletion Lib/test/test_asyncio/functional.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import asyncio
import asyncio.events
import contextlib
import os
import pprint
2 changes: 0 additions & 2 deletions Lib/test/test_concurrent_futures/test_thread_pool.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import contextlib
import multiprocessing as mp
import multiprocessing.process
import multiprocessing.util
import os
import threading
import unittest