Skip to content

Commit

Permalink
[Minor] flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Phoebe committed Nov 16, 2023
1 parent 07ae14b commit e878453
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion prefs.py
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,9 @@ def __setup_plugin_tab(self, notebook: ttk.Notebook) -> None: # noqa: CCR001

# Section heading in settings
# LANG: Label for location of third-party plugins folder
nb.Label(plugins_frame, text=_('Plugins folder') + ':').grid(padx=self.PADX, pady=(0, self.PADY), sticky=tk.W, row=row.get())
nb.Label(plugins_frame, text=_('Plugins folder') + ':').grid(
padx=self.PADX, pady=(0, self.PADY), sticky=tk.W, row=row.get()
)

plugdirentry = nb.Entry(plugins_frame, justify=tk.LEFT)
self.displaypath(plugdir, plugdirentry)
Expand Down

0 comments on commit e878453

Please sign in to comment.