From 8bbd6e6992195f5ce3b5d5d46a285b26bdfcb83f Mon Sep 17 00:00:00 2001 From: Tillman Date: Fri, 30 Jun 2023 17:18:59 +0200 Subject: [PATCH] Add docstring to indicate what galaxy version is required to run the class --- bioblend/galaxy/notifications/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bioblend/galaxy/notifications/__init__.py b/bioblend/galaxy/notifications/__init__.py index 5b62c7f9c..4a970fbdc 100755 --- a/bioblend/galaxy/notifications/__init__.py +++ b/bioblend/galaxy/notifications/__init__.py @@ -20,6 +20,10 @@ class NotificationClient(Client): + """ + This endpoint only works on Galaxy 23.01 or later. + """ + module = "notifications" def __init__(self, galaxy_instance: "GalaxyInstance") -> None: