formatting

This commit is contained in:
Hannah 2023-10-27 14:50:43 +01:00
parent 3e803a8f03
commit 94f43859e7

View File

@ -646,7 +646,7 @@ class Interface(Blocks):
[input_component_column] if input_component_column else []
), # type: ignore
_js=f"""() => {json.dumps(
(
[{'variant': None, 'visible': True, '__type__': 'update'}]
if self.interface_type
in [
@ -655,7 +655,7 @@ class Interface(Blocks):
InterfaceTypes.UNIFIED,
]
else []
)
)}
""",
)