Skip to content

Commit 30a3327

Browse files
chintalamotl
authored andcommitted
Add missing libraryelement inclusion in the Async client.
1 parent 2997fa1 commit 30a3327

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

grafana_client/api.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
AsyncTeams,
5454
AsyncUser,
5555
AsyncUsers,
56+
AsyncLibraryElement,
5657
)
5758
from .util import as_bool
5859

@@ -235,6 +236,7 @@ def __init__(
235236
self.notifications = AsyncNotifications(self.client)
236237
self.plugin = AsyncPlugin(self.client)
237238
self.serviceaccount = AsyncServiceAccount(self.client)
239+
self.libraryelement = AsyncLibraryElement(self.client, self)
238240

239241
self._grafana_info = None
240242

0 commit comments

Comments
 (0)