Skip to content

Commit c84a9b7

Browse files
Update dash/_patch.py
1 parent 51aa50a commit c84a9b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dash/_patch.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33

44
def _operation(name, location, **kwargs):
5-
# No need to wrap kwargs in dict(), it's already a dict.
65
return {"operation": name, "location": location, "params": kwargs}
76

87

0 commit comments

Comments
 (0)