Skip to content

Commit

Permalink
Clean up data client API code samples
Browse files Browse the repository at this point in the history
  • Loading branch information
sguequierre committed Sep 13, 2024
1 parent 58bd3fd commit 954083a
Show file tree
Hide file tree
Showing 2 changed files with 123 additions and 68 deletions.
3 changes: 2 additions & 1 deletion docs/examples/example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1272,8 +1272,9 @@
],
"source": [
"from datetime import datetime\n",
"from viam.utils import create_filter\n",
"\n",
"left_motor_filter = data_client.create_filter(\n",
"left_motor_filter = create_filter(\n",
" component_name=\"left_motor\", start_time=datetime(2023, 6, 5, 11), end_time=datetime(2023, 6, 5, 13, 30), tags=[\"speed_test_run\"]\n",
")\n",
"\n",
Expand Down
Loading

0 comments on commit 954083a

Please sign in to comment.