We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51aa50a commit c84a9b7Copy full SHA for c84a9b7
dash/_patch.py
@@ -2,7 +2,6 @@
2
3
4
def _operation(name, location, **kwargs):
5
- # No need to wrap kwargs in dict(), it's already a dict.
6
return {"operation": name, "location": location, "params": kwargs}
7
8
0 commit comments