Skip to content

Commit

Permalink
Clean up test imports
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhly committed Oct 16, 2023
1 parent e949a7e commit 16df9bf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/types/mappingproxy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,12 @@ where
#[cfg(test)]
mod tests {
use super::*;
use crate::type_object::PyTypeInfo;
use crate::Python;
use crate::{
exceptions::PyKeyError,
types::{PyDictItems, PyDictKeys, PyDictValues, PyInt, PyString, PyTuple},
type_object::PyTypeInfo,
types::dict::{PyDictItems, PyDictKeys, PyDictValues},
types::{PyInt, PyString, PyTuple},
};
use std::collections::{BTreeMap, HashMap};

Expand Down

0 comments on commit 16df9bf

Please sign in to comment.