forked from LBRYCommunity/lbry-sdk
remove unused imports in LBRYApp.py
This commit is contained in:
parent
28e88d89a5
commit
239e5c2126
1 changed files with 0 additions and 3 deletions
|
@ -1,11 +1,8 @@
|
||||||
import AppKit
|
import AppKit
|
||||||
import webbrowser
|
import webbrowser
|
||||||
import sys
|
import sys
|
||||||
import os
|
|
||||||
import logging
|
import logging
|
||||||
import platform
|
import platform
|
||||||
import shutil
|
|
||||||
from appdirs import user_data_dir
|
|
||||||
from twisted.internet import reactor
|
from twisted.internet import reactor
|
||||||
|
|
||||||
from lbrynet.lbrynet_daemon import DaemonControl
|
from lbrynet.lbrynet_daemon import DaemonControl
|
||||||
|
|
Loading…
Add table
Reference in a new issue