Skip to content

Commit

Permalink
chore: data changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ifechukwudaniel committed Jan 21, 2025
1 parent 326561a commit 1fced8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ impl ExtendPythExample {
/// Returns a vector of bytes containing the data.
fn get_data(&self) -> Vec<u8> {
// just reteun data
vec![1, 2, 3,4,5,6,7,8,9,10]
vec![1, 2, 3,4,5,6,7,8]
}
}

0 comments on commit 1fced8d

Please sign in to comment.