Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
m-alisafaee committed Dec 14, 2022
1 parent 501d1a4 commit bccfb7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renku/core/workflow/activity.py
Expand Up @@ -237,7 +237,7 @@ def sort_activities(activities: List[Activity], remove_overridden_parents=True)
return list(networkx.topological_sort(graph))


@inject.autoparams()
@inject.autoparams("activity_gateway")
def get_all_modified_and_deleted_activities_and_entities(
repository, activity_gateway: IActivityGateway, check_hidden_dependencies: bool = False
) -> Tuple[Set[Tuple[Activity, Entity]], Set[Tuple[Activity, Entity]], Set[Tuple[Activity, Entity]]]:
Expand Down

0 comments on commit bccfb7d

Please sign in to comment.