[clang] [lld] [llvm] Remove `urllib2` and `SocketServer` (PR #120723)
Vinay Deshmukh via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 20 04:09:11 PST 2024
================
@@ -39,7 +36,6 @@ def url_is_up(url):
def start_browser(port, options):
- import webbrowser
----------------
vinay-deshmukh wrote:
Due to this import, the import on L17 is unused.
let me know if keeping this one and removing the import from L17 is more preferable.
https://github.com/llvm/llvm-project/pull/120723
More information about the llvm-commits
mailing list