Skip to content

Commit 47cb860

Browse files
committed
black
1 parent d158ef8 commit 47cb860

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dash/_validate.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ def validate_callback(output, inputs, state, extra_args, types):
3333
we found this item next:
3434
{}
3535
""".format(
36-
repr((outputs + inputs + state)[-1]),
37-
repr(extra_args[0])
36+
repr((outputs + inputs + state)[-1]), repr(extra_args[0])
3837
)
3938
)
4039

0 commit comments

Comments
 (0)