mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
♻️ break the long line
This commit is contained in:
parent
55a7db7989
commit
cc9be12d22
1 changed files with 2 additions and 1 deletions
|
|
@ -1627,7 +1627,8 @@ class PlaceholderLoadMixin(object):
|
|||
# self.builder: AbstractTemplateBuilder
|
||||
folder_ids = [
|
||||
linked_folder_entity["id"]
|
||||
for linked_folder_entity in self.builder.linked_folder_entities # noqa: E501
|
||||
for linked_folder_entity in (
|
||||
self.builder.linked_folder_entities)
|
||||
]
|
||||
|
||||
if not folder_ids:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue