mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-28 12:14:49 +00:00
remove unneccessary import
This commit is contained in:
parent
3de1cb9938
commit
b9f543682b
@ -152,7 +152,6 @@ def get_logo(size):
|
|||||||
|
|
||||||
def open_url_in_browser(link):
|
def open_url_in_browser(link):
|
||||||
import threading
|
import threading
|
||||||
import time
|
|
||||||
import webbrowser
|
import webbrowser
|
||||||
class BrowserThread(threading.Thread):
|
class BrowserThread(threading.Thread):
|
||||||
def __init__(self, link):
|
def __init__(self, link):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user