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

make vale happy again

parent 8b2822f4
No related branches found
No related tags found
No related merge requests found
Pipeline #88152 passed
This commit is part of merge request !238. Comments created here will be created in the context of that merge request.
...@@ -39,7 +39,7 @@ def get_subscriptions( ...@@ -39,7 +39,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