Skip to content

Commit

Permalink
Update dash/_callback.py
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Johnson <johnson.alex.c@gmail.com>
  • Loading branch information
T4rk1n and alexcjohnson authored Aug 2, 2022
1 parent ae5f60c commit 249c934
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dash/_callback.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ def to_plotly_json(self): # pylint: disable=no-self-use
def is_no_update(obj):
return (
isinstance(obj, NoUpdate)
or isinstance(obj, dict)
and obj == {"_dash_no_update": "_dash_no_update"}
or (isinstance(obj, dict)
and obj == {"_dash_no_update": "_dash_no_update"})
)


Expand Down

0 comments on commit 249c934

Please sign in to comment.