Skip to content

Commit a8b4699

Browse files
committed
fix import
1 parent d2f1453 commit a8b4699

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

stdlib/src/ssl.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ mod _ssl {
3939
socket::{self, PySocket},
4040
vm::{
4141
Py, PyObjectRef, PyPayload, PyRef, PyResult, VirtualMachine,
42-
builtins::{
43-
PyBaseExceptionRef, PyBytesRef, PyListRef, PyStrRef, PyType, PyTypeRef, PyWeak,
44-
},
42+
builtins::{PyBaseExceptionRef, PyBytesRef, PyListRef, PyStrRef, PyTypeRef, PyWeak},
4543
class_or_notimplemented,
4644
convert::{ToPyException, ToPyObject},
4745
exceptions,

0 commit comments

Comments
 (0)