remove unused import

This commit is contained in:
xcsoft 2022-06-23 09:43:38 +08:00 committed by GitHub
parent c59f27859a
commit 087531a414
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ cmd = 'ls /usr/local/lib/ | grep python | cut -d \\ -f 1 | awk \'END {print}\'
info = mw.execShell(cmd)
p = "/usr/local/lib/" + info[0].strip() + "/site-packages"
sys.path.append(p)
import psutil
def set_mysql_root(password):