fix line length

This commit is contained in:
Jakub Trllo 2025-07-25 17:29:12 +02:00
parent 2e345fb297
commit feece4a7c3

View file

@ -361,7 +361,8 @@ def get_plugin_settings(plugin, project_settings, log, category=None):
[plugin.__name__]
)
warnings.warn(
f"Please fill 'settings_category' for plugin '{plugin.__name__}'.",
"Please fill 'settings_category'"
f" for plugin '{plugin.__name__}'.",
DeprecationWarning
)
return output
@ -396,7 +397,8 @@ def get_plugin_settings(plugin, project_settings, log, category=None):
[plugin.__name__]
)
warnings.warn(
f"Please fill 'settings_category' for plugin '{plugin.__name__}'.",
"Please fill 'settings_category'"
f" for plugin '{plugin.__name__}'.",
DeprecationWarning
)
return output