Skip to content

Commit

Permalink
refactor:optimize import
Browse files Browse the repository at this point in the history
  • Loading branch information
Monomux committed Oct 4, 2022
1 parent 63d71ff commit 0313f8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion KeymouseGo.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from Event import ScriptEvent, ScreenWidth as SW, ScreenHeight as SH
from loguru import logger

from assets.plugins.ProcessException import BreakProcess, EndProcess
from assets.plugins.ProcessException import *


def add_lib_path(libpaths):
Expand Down
3 changes: 1 addition & 2 deletions UIFunc.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@

from PySide2.QtGui import QTextCursor
from qt_material import list_themes, QtStyleTools
from PySide2.QtCore import QSettings, Qt, QUrl, Slot, Signal, QWaitCondition, QMutex, QThread, QDeadlineTimer, QObject
from PySide2.QtCore import QTranslator, QCoreApplication
from PySide2.QtCore import *
from PySide2.QtWidgets import QMainWindow, QApplication
from PySide2.QtMultimedia import QSoundEffect
from loguru import logger
Expand Down

0 comments on commit 0313f8a

Please sign in to comment.