Make rustfmt happy

This commit is contained in:
Yuji Kanagawa 2020-03-03 13:41:15 +09:00 committed by GitHub
parent dc8e0c4c18
commit 402c382f0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ mod test {
use crate::objectprotocol::ObjectProtocol; use crate::objectprotocol::ObjectProtocol;
use crate::types::PyList; use crate::types::PyList;
use crate::Python; use crate::Python;
use crate::{PyTryFrom, PyObject, IntoPy, ToPyObject}; use crate::{IntoPy, PyObject, PyTryFrom, ToPyObject};
#[test] #[test]
fn test_new() { fn test_new() {