Skip to content

Commit

Permalink
Revert "formatting"
Browse files Browse the repository at this point in the history
This reverts commit 94f4385.
  • Loading branch information
hannahblair committed Oct 27, 2023
1 parent 94f4385 commit 205f613
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradio/interface.py
Expand Up @@ -646,7 +646,7 @@ def attach_clear_events(
[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 [
Expand All @@ -655,7 +655,7 @@ def attach_clear_events(
InterfaceTypes.UNIFIED,
]
else []
)
)}
""",
)
Expand Down

0 comments on commit 205f613

Please sign in to comment.