mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
fix line length
This commit is contained in:
parent
2e345fb297
commit
feece4a7c3
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue