Skip to content

Commit 359804e

Browse files
Add docstring to indicate what galaxy version is required to run the class
1 parent f40475e commit 359804e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

bioblend/galaxy/notifications/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020

2121

2222
class NotificationClient(Client):
23+
"""
24+
This endpoint only works on Galaxy 23.01 or later.
25+
"""
26+
2327
module = "notifications"
2428

2529
def __init__(self, galaxy_instance: "GalaxyInstance") -> None:

0 commit comments

Comments
 (0)