summaryrefslogtreecommitdiffstats
path: root/Lib/webbrowser.py
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2023-06-09 12:50:31 (GMT)
committerGitHub <noreply@github.com>2023-06-09 12:50:31 (GMT)
commit0f885ffa94aa9b69ff556e119cb17deb23a5a4b3 (patch)
treead3d71d42e35d15b8d3173d8f52b413e624efe27 /Lib/webbrowser.py
parent58e4b69f698e6fd0694a58f18679bbe0e7e50e91 (diff)
downloadcpython-0f885ffa94aa9b69ff556e119cb17deb23a5a4b3.zip
cpython-0f885ffa94aa9b69ff556e119cb17deb23a5a4b3.tar.gz
cpython-0f885ffa94aa9b69ff556e119cb17deb23a5a4b3.tar.bz2
gh-105407: Remove unused imports (#105554)
Diffstat (limited to 'Lib/webbrowser.py')
-rwxr-xr-xLib/webbrowser.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/webbrowser.py b/Lib/webbrowser.py
index 01a82fb..4fc9470 100755
--- a/Lib/webbrowser.py
+++ b/Lib/webbrowser.py
@@ -8,7 +8,6 @@ import shutil
import sys
import subprocess
import threading
-import warnings
__all__ = ["Error", "open", "open_new", "open_new_tab", "get", "register"]