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