Skip to content

Commit

Permalink
improve: Coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhou-Shilin committed Nov 23, 2024
1 parent 15d073f commit d1f303e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,9 @@ def fix(args: dict):

# ---------- Main Program ----------#

root = CreateQGUI(title="BukkitGPT-v3", tab_names=["Generate", "Settings", "DevTools"])
root = CreateQGUI(title="BukkitGPT-v3",
tab_names=["Generate", "Settings", "DevTools"]
)
error_msg = None

logger("Starting program.")
Expand Down

0 comments on commit d1f303e

Please sign in to comment.