Skip to content

Commit 27490c6

Browse files
committed
fix line length
1 parent 5494992 commit 27490c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ayon_api/_actions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def get_actions(
4141
folder types for folder ids, task types for tasks ids.
4242
form_data (Optional[Dict[str, Any]]): Form data of the action.
4343
variant (Optional[str]): Settings variant.
44-
mode (Optional[ActionModeType]): Action modes. ('simple', 'dynamic', 'all')
44+
mode (Optional[ActionModeType]): Action modes.
4545
4646
Returns:
4747
List[ActionManifestDict]: List of action manifests.

ayon_api/_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6757,7 +6757,7 @@ def get_actions(
67576757
folder types for folder ids, task types for tasks ids.
67586758
form_data (Optional[Dict[str, Any]]): Form data of the action.
67596759
variant (Optional[str]): Settings variant.
6760-
mode (Optional[ActionModeType]): Action modes. ('simple', 'dynamic', 'all')
6760+
mode (Optional[ActionModeType]): Action modes.
67616761
67626762
Returns:
67636763
List[ActionManifestDict]: List of action manifests.

0 commit comments

Comments
 (0)