Skip to content

Commit

Permalink
Add docstring to indicate what galaxy version is required to run the …
Browse files Browse the repository at this point in the history
…class
  • Loading branch information
heisner-tillman committed Aug 12, 2023
1 parent 2cba8fc commit 8bbd6e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bioblend/galaxy/notifications/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8bbd6e6

Please sign in to comment.