small formatting change

This commit is contained in:
Jakub Trllo 2025-07-31 16:44:45 +02:00
parent 67f039bf5d
commit 487b5dda98

View file

@ -61,7 +61,8 @@ class IPluginPaths(AYONInterface):
return {}
def _get_plugin_paths_by_type(
self, plugin_type: str) -> list[str]:
self, plugin_type: str
) -> list[str]:
"""Get plugin paths by type.
Args: