Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 23, 2024
1 parent 7d54a64 commit 7b6d7de
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -293,10 +293,10 @@ def __init__(self, *args: Any, **kwargs: Any) -> None:
bootstyle="secondary", # type: ignore
)

self.force_pywebp_help_btn = self.add_help_btn(self.gui.help["comp"]["force_pywebp"])
self.force_pywebp_lbl = Label(
self.frame_advcomp, text="Force pywebp"
self.force_pywebp_help_btn = self.add_help_btn(
self.gui.help["comp"]["force_pywebp"]
)
self.force_pywebp_lbl = Label(self.frame_advcomp, text="Force pywebp")
self.force_pywebp_cbox = Checkbutton(
self.frame_advcomp,
variable=self.gui.force_pywebp_var,
Expand Down

0 comments on commit 7b6d7de

Please sign in to comment.