Skip to content

Commit

Permalink
fixes required by careful
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Mar 28, 2024
1 parent 5bda07f commit 4419300
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/lazy_index_map.rs
@@ -1,5 +1,4 @@
use std::borrow::{Borrow, Cow};
use std::cmp::{Eq, PartialEq};
use std::fmt;
use std::hash::Hash;
use std::slice::Iter as SliceIter;
Expand Down
1 change: 0 additions & 1 deletion tests/python.rs
@@ -1,6 +1,5 @@
use pyo3::prelude::*;
use pyo3::types::{PyDict, PyList, PyString};
use pyo3::ToPyObject;

use jiter::{cache_clear, cache_usage, map_json_error, python_parse, JsonValue, StringCacheMode};

Expand Down

0 comments on commit 4419300

Please sign in to comment.