Update code style
This commit is contained in:
parent
9ec2ba2d28
commit
de022c4c80
@ -336,7 +336,6 @@ def install_extension_from_url(dirname, proxy, url, branch_name=None):
|
|||||||
}
|
}
|
||||||
|
|
||||||
url = proxy_list[proxy] + url
|
url = proxy_list[proxy] + url
|
||||||
|
|
||||||
if dirname is None or dirname == "":
|
if dirname is None or dirname == "":
|
||||||
*parts, last_part = url.split('/')
|
*parts, last_part = url.split('/')
|
||||||
last_part = normalize_git_url(last_part)
|
last_part = normalize_git_url(last_part)
|
||||||
@ -603,7 +602,6 @@ def create_ui():
|
|||||||
)
|
)
|
||||||
|
|
||||||
with gr.TabItem("Install from URL", id="install_from_url"):
|
with gr.TabItem("Install from URL", id="install_from_url"):
|
||||||
|
|
||||||
install_proxy = gr.Radio(
|
install_proxy = gr.Radio(
|
||||||
label="Install Proxy", choices=["none", "ghproxy", "hub.nuaa.cf","hub.yzuu.cf","hub.njuu.cf"], value="none",
|
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"
|
info="If you can't access github.com, you can use a proxy to install extensions from github.com"
|
||||||
|
Loading…
Reference in New Issue
Block a user