Skip to content

Commit ee5e549

Browse files
committed
Format imports in python/ folder
1 parent bc85d34 commit ee5e549

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/src/thread_pool.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ use std::sync::Arc;
22

33
use pyo3::exceptions::PyValueError;
44
use pyo3::prelude::*;
5-
65
use pyo3::sync::PyOnceLock;
76
use rayon::{ThreadPool, ThreadPoolBuilder};
87

0 commit comments

Comments
 (0)