From 7ee7e064a000c8e49351f36f7ed7e50378214051 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 4283ba65..d82c66c9 100644
--- a/gso/services/subscriptions.py
+++ b/gso/services/subscriptions.py
@@ -42,7 +42,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