mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fixed not existing variable
This commit is contained in:
parent
4428ccc04a
commit
c11092252f
1 changed files with 1 additions and 1 deletions
|
|
@ -884,7 +884,7 @@ def load_containers_by_asset_data(
|
|||
def get_link_assets(asset_entity):
|
||||
"""Return linked assets for `asset_entity`."""
|
||||
# TODO implement
|
||||
return [test_asset]
|
||||
return []
|
||||
|
||||
|
||||
def collect_last_version_repres(asset_entities):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue