Skip to content

Commit c73ef6d

Browse files
chintalamotl
authored andcommitted
Fix import ordering.
1 parent 30a3327 commit c73ef6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grafana_client/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
AsyncDatasource,
4343
AsyncFolder,
4444
AsyncHealth,
45+
AsyncLibraryElement,
4546
AsyncNotifications,
4647
AsyncOrganization,
4748
AsyncOrganizations,
@@ -53,7 +54,6 @@
5354
AsyncTeams,
5455
AsyncUser,
5556
AsyncUsers,
56-
AsyncLibraryElement,
5757
)
5858
from .util import as_bool
5959

0 commit comments

Comments
 (0)