fixed not existing variable

This commit is contained in:
iLLiCiTiT 2020-03-04 17:45:55 +01:00
parent 4428ccc04a
commit c11092252f

View file

@ -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):