mirror of
https://github.com/ralsina/xrandroll.git
synced 2024-11-21 18:42:22 +00:00
lint
This commit is contained in:
parent
58c385f383
commit
e0384672dd
@ -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_())
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user