mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
Removed empty lines
This commit is contained in:
parent
38e9393afe
commit
fde9483f5e
1 changed files with 0 additions and 4 deletions
|
|
@ -19,7 +19,6 @@ if TYPE_CHECKING:
|
|||
def Print(arg1, arg2="", arg3=""):
|
||||
ba.screenmessage(str(arg1)+str(arg2)+str(arg3))
|
||||
|
||||
|
||||
try:
|
||||
with open("moodlightSettings.txt", "r") as mltxt:
|
||||
global Ldefault, Udefault
|
||||
|
|
@ -32,7 +31,6 @@ except:
|
|||
mltxt.write("15 \n 20")
|
||||
Ldefault, Udefault = 15, 20
|
||||
|
||||
|
||||
class SettingWindow(ba.Window):
|
||||
def __init__(self):
|
||||
self.draw_ui()
|
||||
|
|
@ -203,8 +201,6 @@ class SettingWindow(ba.Window):
|
|||
ba.containerwidget(edit=self._root_widget, transition="out_right",)
|
||||
|
||||
# ba_meta export plugin
|
||||
|
||||
|
||||
class moodlight(ba.Plugin):
|
||||
def __init__(self):
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue