Skip to content

Commit

Permalink
str formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
calbaker committed Sep 16, 2024
1 parent fa749d0 commit 5f3243e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,7 @@ pub fn add_pyo3_api(attr: TokenStream, item: TokenStream) -> TokenStream {
) -> anyhow::Result<()> {
bail!(PyNotImplementedError::new_err(
"Setting value at index is not implemented.
Run `tolist` method, modify value at index, and
then set entire vector.",
Run `tolist` method, modify value at index, and then set entire vector.",
))
}
pub fn tolist(&self) -> anyhow::Result<Vec<#contained_dtype>> {
Expand Down

0 comments on commit 5f3243e

Please sign in to comment.