mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix line length
This commit is contained in:
parent
44611981d4
commit
340c20e64c
1 changed files with 2 additions and 2 deletions
|
|
@ -417,8 +417,8 @@ def get_subsets(
|
|||
queried. Filter ignored if 'None' is passed.
|
||||
subset_names (Iterable[str]): Subset names that should be queried.
|
||||
Filter ignored if 'None' is passed.
|
||||
asset_ids (Iterable[Union[str, ObjectId]]): Asset ids under which should
|
||||
look for the subsets. Filter ignored if 'None' is passed.
|
||||
asset_ids (Iterable[Union[str, ObjectId]]): Asset ids under which
|
||||
should look for the subsets. Filter ignored if 'None' is passed.
|
||||
names_by_asset_ids (dict[ObjectId, List[str]]): Complex filtering
|
||||
using asset ids and list of subset names under the asset.
|
||||
archived (bool): Look for archived subsets too.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue