mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Fix formatting
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
34041b3a1d
commit
5e95565d25
1 changed files with 3 additions and 2 deletions
|
|
@ -45,8 +45,9 @@ class FilterCreatorProfile(BaseSettingsModel):
|
|||
title="Task types",
|
||||
enum_resolver=task_types_enum
|
||||
)
|
||||
task_names: list[str] = SettingsField(default_factory=list,
|
||||
title="Task names")
|
||||
task_names: list[str] = SettingsField(
|
||||
default_factory=list,
|
||||
title="Task names")
|
||||
creator_identifiers: list[str] = SettingsField(
|
||||
default_factory=list,
|
||||
title="Allowed Creator Identifiers")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue