Skip to content

Commit cc326e8

Browse files
committed
change order of functions
1 parent 4523c8a commit cc326e8

File tree

2 files changed

+470
-470
lines changed

2 files changed

+470
-470
lines changed

ayon_api/__init__.py

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,14 @@
241241
get_version_links,
242242
get_representations_links,
243243
get_representation_links,
244+
send_batch_operations,
245+
send_activities_batch_operations,
246+
get_actions,
247+
trigger_action,
248+
get_action_config,
249+
set_action_config,
250+
take_action,
251+
abort_action,
244252
get_entity_lists,
245253
get_entity_list_rest,
246254
get_entity_list_by_id,
@@ -253,14 +261,6 @@
253261
update_entity_list_items,
254262
update_entity_list_item,
255263
delete_entity_list_item,
256-
send_batch_operations,
257-
send_activities_batch_operations,
258-
get_actions,
259-
trigger_action,
260-
get_action_config,
261-
set_action_config,
262-
take_action,
263-
abort_action,
264264
)
265265

266266

@@ -505,6 +505,14 @@
505505
"get_version_links",
506506
"get_representations_links",
507507
"get_representation_links",
508+
"send_batch_operations",
509+
"send_activities_batch_operations",
510+
"get_actions",
511+
"trigger_action",
512+
"get_action_config",
513+
"set_action_config",
514+
"take_action",
515+
"abort_action",
508516
"get_entity_lists",
509517
"get_entity_list_rest",
510518
"get_entity_list_by_id",
@@ -517,12 +525,4 @@
517525
"update_entity_list_items",
518526
"update_entity_list_item",
519527
"delete_entity_list_item",
520-
"send_batch_operations",
521-
"send_activities_batch_operations",
522-
"get_actions",
523-
"trigger_action",
524-
"get_action_config",
525-
"set_action_config",
526-
"take_action",
527-
"abort_action",
528528
)

0 commit comments

Comments
 (0)