From f5683d222a6d67a814fb69d46ae54b3401277424 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 7 Feb 2020 09:20:33 +0100 Subject: [PATCH] adhere to comments --- src/galaxy/api/plugin.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/galaxy/api/plugin.py b/src/galaxy/api/plugin.py index 84f1c0b..28506c3 100644 --- a/src/galaxy/api/plugin.py +++ b/src/galaxy/api/plugin.py @@ -1121,8 +1121,7 @@ class Plugin: """Override this method to provide SubscriptionGames for a given subscription. This method should `yield` a list of SubscriptionGames -> yield [sub_games] - Both this method and :meth:`get_subscriptions` are required to be overridden - for the ImportSubscriptionGames feature to be recognized + This method will only be used if :meth:`get_subscriptions` has been implemented. :param context: the value returned from :meth:`prepare_subscription_games_context` :return a generator object that yields SubscriptionGames