Skip to content

Commit

Permalink
Spell lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs committed Dec 18, 2024
1 parent d6d40b2 commit 1fea957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rerun_py/src/dataframe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ impl PyRecordingView {
}
#[cfg(feature = "remote")]
PyRecordingHandle::Remote(_) => Err::<_, PyErr>(PyRuntimeError::new_err(
"Schema is not implemented for for remote recordings yet.",
"Schema is not implemented for remote recordings yet.",
)),
}
}
Expand Down

0 comments on commit 1fea957

Please sign in to comment.