We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a05dc81 commit 15cdc69Copy full SHA for 15cdc69
crates/jiter/src/py_lossless_float.rs
@@ -89,6 +89,6 @@ impl LosslessFloat {
89
90
static DECIMAL_TYPE: GILOnceCell<Py<PyType>> = GILOnceCell::new();
91
92
-pub fn get_decimal_type(py: Python) -> PyResult<&Bound<'_, PyType>> {
+pub fn get_decimal_type(py: Python<'_>) -> PyResult<&Bound<'_, PyType>> {
93
DECIMAL_TYPE.import(py, "decimal", "Decimal")
94
}
0 commit comments