Skip to content

Commit dc44738

Browse files
authored
Fix indentation
1 parent 2209c1d commit dc44738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ayon_api/_actions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def get_action_config(
137137
form_data: Optional[Dict[str, Any]] = None,
138138
*,
139139
variant: Optional[str] = None,
140-
) -> "ActionConfigResponse":
140+
) -> "ActionConfigResponse":
141141
"""Get action configuration.
142142
143143
Args:

0 commit comments

Comments
 (0)