Skip to content

Commit

Permalink
Remove variable from use-case
Browse files Browse the repository at this point in the history
  • Loading branch information
blythed committed Jun 21, 2024
1 parent 2e66b63 commit 0eb74c2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"metadata": {},
"outputs": [],
"source": [
"from superduperdb.base.variables import Variable\n",
"item = {indexing_key: Variable('query')}"
"item = {indexing_key: '<var:query>'}"
]
},
{
Expand Down
Loading

0 comments on commit 0eb74c2

Please sign in to comment.