Commit de022c4c authored by XiaoMeng Mai's avatar XiaoMeng Mai
Browse files

Update code style

parent 9ec2ba2d
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -336,7 +336,6 @@ def install_extension_from_url(dirname, proxy, url, branch_name=None):
    }

    url = proxy_list[proxy] + url
    
    if dirname is None or dirname == "":
        *parts, last_part = url.split('/')
        last_part = normalize_git_url(last_part)
@@ -603,7 +602,6 @@ def create_ui():
                )

            with gr.TabItem("Install from URL", id="install_from_url"):
                
                install_proxy = gr.Radio(
                    label="Install Proxy", choices=["none", "ghproxy", "hub.nuaa.cf","hub.yzuu.cf","hub.njuu.cf"], value="none",
                    info="If you can't access github.com, you can use a proxy to install extensions from github.com"