Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt committed Oct 12, 2020
1 parent 482ee3a commit 1c84539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/iterator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ mod tests {
use crate::exceptions::PyTypeError;
use crate::gil::GILPool;
use crate::types::{PyDict, PyList};
use crate::{Python, Py, PyAny, ToPyObject, PyTryFrom};
use crate::{Py, PyAny, PyTryFrom, Python, ToPyObject};
use indoc::indoc;

#[test]
Expand Down

0 comments on commit 1c84539

Please sign in to comment.