Skip to content

Commit 1ef9221

Browse files
Update linode_api4/groups/monitor.py
Co-authored-by: Ye Chen <127243817+yec-akamai@users.noreply.github.com>
1 parent fbd10eb commit 1ef9221

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

linode_api4/groups/monitor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def alert_definitions(
199199
AlertDefinition, *filters, endpoint=endpoint
200200
)
201201

202-
def get_alert_channels(self, *filters) -> PaginatedList:
202+
def alert_channels(self, *filters) -> PaginatedList:
203203
"""
204204
List alert channels for the authenticated account.
205205

0 commit comments

Comments
 (0)