Skip to content

Commit

Permalink
add PyComplexMethods to the prelude
Browse files Browse the repository at this point in the history
  • Loading branch information
Icxolu committed Feb 18, 2024
1 parent 298aa0b commit db8e4b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/prelude.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ pub use crate::types::boolobject::PyBoolMethods;
pub use crate::types::bytearray::PyByteArrayMethods;
pub use crate::types::bytes::PyBytesMethods;
pub use crate::types::capsule::PyCapsuleMethods;
pub use crate::types::complex::PyComplexMethods;
pub use crate::types::dict::PyDictMethods;
pub use crate::types::float::PyFloatMethods;
pub use crate::types::frozenset::PyFrozenSetMethods;
Expand Down

0 comments on commit db8e4b7

Please sign in to comment.