Skip to content

Commit

Permalink
Remove not PyPy flag in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Matlock committed Oct 21, 2024
1 parent 6275600 commit d58fc0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/types/mappingproxy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ impl<'py> std::iter::IntoIterator for Bound<'py, PyMappingProxy> {
mod tests {

use super::*;
#[cfg(not(PyPy))]
use crate::types::dict::*;
use crate::Python;
use crate::{
Expand Down

0 comments on commit d58fc0a

Please sign in to comment.