mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
pep8
This commit is contained in:
parent
8402d3bfda
commit
62a49cc7d9
1 changed files with 1 additions and 1 deletions
|
|
@ -260,7 +260,7 @@ class AttributesRemapper(BaseAction):
|
|||
for key, value in messages.items():
|
||||
if not value:
|
||||
continue
|
||||
subtitle = {'type': 'label', 'value':'# {}'.format(key)}
|
||||
subtitle = {'type': 'label', 'value': '# {}'.format(key)}
|
||||
items.append(subtitle)
|
||||
if isinstance(value, list):
|
||||
for item in value:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue