Skip to content

Commit 4907a68

Browse files
committed
Fixed imports.
1 parent d1df318 commit 4907a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/object_store.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use std::{collections::HashMap, sync::Arc, time::Duration};
22

33
use async_nats::HeaderMap;
4-
use pyo3::{Bound, FromPyObject, Py, PyAny, Python, types::PyDict};
4+
use pyo3::{Bound, Py, PyAny, Python, types::PyDict};
55
use tokio::{io::AsyncReadExt, sync::RwLock};
66

77
use crate::{

0 commit comments

Comments
 (0)