1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-05-29 22:59:45 +03:00

[Minor] flake8

This commit is contained in:
Phoebe 2023-11-16 22:28:45 +01:00
parent 07ae14be5a
commit e878453ba0

View File

@ -927,7 +927,9 @@ class PreferencesDialog(tk.Toplevel):
# 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)