From 402c382f0e65fafa6dd2e54c7084a8ce7132be23 Mon Sep 17 00:00:00 2001 From: Yuji Kanagawa Date: Tue, 3 Mar 2020 13:41:15 +0900 Subject: [PATCH] Make rustfmt happy --- src/types/list.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/list.rs b/src/types/list.rs index a6850f99..fff6c77c 100644 --- a/src/types/list.rs +++ b/src/types/list.rs @@ -229,7 +229,7 @@ mod test { use crate::objectprotocol::ObjectProtocol; use crate::types::PyList; use crate::Python; - use crate::{PyTryFrom, PyObject, IntoPy, ToPyObject}; + use crate::{IntoPy, PyObject, PyTryFrom, ToPyObject}; #[test] fn test_new() {