Skip to content

Commit 2ae76b6

Browse files
Update src/impl_/exceptions.rs
Co-authored-by: Nathan Goldbaum <nathan.goldbaum@gmail.com>
1 parent d6aecc1 commit 2ae76b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/impl_/exceptions.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use crate::{sync::PyOnceLock, types::PyType, Bound, Py, PyErr, Python};
1+
use crate::{sync::PyOnceLock, types::PyType, Bound, Py, Python};
22

33
pub struct ImportedExceptionTypeObject {
44
imported_value: PyOnceLock<Py<PyType>>,

0 commit comments

Comments
 (0)