Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Oct 17, 2024
1 parent e94ede2 commit b8778bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/reference/dataframes.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ Check out the API reference to learn more about all the ways that data can be se

### Using the blueprint API to configure a dataframe view

TODO: incoming.
TODO(cmc): incoming.

Check out the blueprint API reference to learn more about all the ways that data can be searched and filtered:
* [🐍 Python blueprint API reference](https://ref.rerun.io/docs/python/latest/common/blueprint_apis/)


### Setting up dataframe view manually in the UI

TODO: incoming.
TODO(cmc): incoming.
2 changes: 2 additions & 0 deletions docs/snippets/all/reference/dataframe_query.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
//! Query and display the first 10 rows of a recording.

#![allow(clippy::unwrap_used)]

use rerun::{
dataframe::{QueryCache, QueryEngine, QueryExpression, SparseFillStrategy, Timeline},
ChunkStore, ChunkStoreConfig, VersionPolicy,
Expand Down

0 comments on commit b8778bf

Please sign in to comment.