Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs committed Oct 15, 2024
1 parent 7cc54ee commit 50ab88b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rerun_py/src/dataframe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ impl SchemaIterator {
fn __iter__(slf: PyRef<'_, Self>) -> PyRef<'_, Self> {
slf
}

fn __next__(mut slf: PyRefMut<'_, Self>) -> Option<PyObject> {
slf.iter.next()
}
Expand Down

0 comments on commit 50ab88b

Please sign in to comment.