Removed empty lines

This commit is contained in:
Loup 2022-09-30 21:20:21 +05:30 committed by GitHub
parent 38e9393afe
commit fde9483f5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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