Skip to content
Snippets Groups Projects
Commit df30168e authored by Mohammad Torkashvand's avatar Mohammad Torkashvand
Browse files

make vale happy again

parent 70638e61
Branches
Tags
No related merge requests found
...@@ -42,7 +42,7 @@ def get_subscriptions( ...@@ -42,7 +42,7 @@ def get_subscriptions(
:param SubscriptionLifecycle lifecycles: The lifecycles that the products must be in. :param SubscriptionLifecycle lifecycles: The lifecycles that the products must be in.
:param list[str] includes: List of fields to be included in the returned Subscription objects. :param list[str] includes: List of fields to be included in the returned Subscription objects.
:param list[str] excludes: List of fields to be excluded from the returned Subscription objects. :param list[str] excludes: List of fields to be excluded from the returned Subscription objects.
:param UUIDstr partner_id: The partner_id of subscriptions. :param UUIDstr partner_id: The customer id of subscriptions.
:return: A list of Subscription objects that match the query. :return: A list of Subscription objects that match the query.
:rtype: list[Subscription] :rtype: list[Subscription]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment