mirror of
https://github.com/ralsina/xrandroll.git
synced 2025-06-26 14:21:59 -03:00
lint
This commit is contained in:
@ -1 +1 @@
|
||||
from .main import main
|
||||
from .main import main # noqa: F401
|
||||
|
@ -409,7 +409,7 @@ def main():
|
||||
ui_file.open(QFile.ReadOnly)
|
||||
|
||||
loader = QUiLoader()
|
||||
window = Window(loader.load(ui_file))
|
||||
Window(loader.load(ui_file))
|
||||
|
||||
sys.exit(app.exec_())
|
||||
|
||||
|
Reference in New Issue
Block a user