Skip to content

Commit 8bbd6e6

Browse files
Add docstring to indicate what galaxy version is required to run the class
1 parent 2cba8fc commit 8bbd6e6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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)