From d627a313beff93a24d70696f0bcc0af2075b10dd Mon Sep 17 00:00:00 2001 From: Mohammad Torkashvand <mohammad.torkashvand@geant.org> Date: Wed, 31 Jul 2024 10:13:04 +0200 Subject: [PATCH] make vale happy again --- gso/services/subscriptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gso/services/subscriptions.py b/gso/services/subscriptions.py index 296d382f1..999cb7654 100644 --- a/gso/services/subscriptions.py +++ b/gso/services/subscriptions.py @@ -39,7 +39,7 @@ def get_subscriptions( :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] 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. :rtype: list[Subscription] -- GitLab