Skip to content

Commit 3b3324c

Browse files
committed
chore: Format
1 parent 9827157 commit 3b3324c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

dash/_no_update.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ def to_plotly_json(self): # pylint: disable=no-self-use
44

55
@staticmethod
66
def is_no_update(obj):
7-
return obj is NoUpdate or isinstance(obj, NoUpdate) or (
8-
isinstance(obj, dict) and obj == {"_dash_no_update": "_dash_no_update"}
7+
return (
8+
obj is NoUpdate
9+
or isinstance(obj, NoUpdate)
10+
or (isinstance(obj, dict) and obj == {"_dash_no_update": "_dash_no_update"})
911
)

0 commit comments

Comments
 (0)