Skip to content

Commit

Permalink
fix: export new dict views types
Browse files Browse the repository at this point in the history
  • Loading branch information
PrettyWood committed Aug 24, 2022
1 parent c28e919 commit 22c1318
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types/mod.rs
Expand Up @@ -16,6 +16,8 @@ pub use self::datetime::{
PyTzInfo, PyTzInfoAccess,
};
pub use self::dict::{IntoPyDict, PyDict};
#[cfg(not(PyPy))]
pub use self::dict::{PyDictItem, PyDictKeys, PyDictValues};
pub use self::floatob::PyFloat;
#[cfg(all(not(Py_LIMITED_API), not(PyPy)))]
pub use self::frame::PyFrame;
Expand Down

0 comments on commit 22c1318

Please sign in to comment.