mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 15:38:43 +00:00
remove unneccessary import
This commit is contained in:
parent
3de1cb9938
commit
b9f543682b
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue