1
1
mirror of https://github.com/KenanZhu/AutoLibrary.git synced 2026-06-17 23:13:03 +08:00

style(gui.ALSeatFrame): 一些格式问题

This commit is contained in:
2026-01-17 20:22:48 +08:00
parent 3d6978c9c2
commit 7be5afeae1
+1 -1
View File
@@ -22,7 +22,7 @@ class ALSeatFrame(QFrame):
def __init__(
self,
seat_number,
parent=None
parent = None
):
super().__init__(parent)