Skip to content

Commit 0aebd74

Browse files
committed
refactor: remove unnecessary documentation from py_obj_to_scalar_value function
1 parent d7cf099 commit 0aebd74

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/utils.rs

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,7 @@ pub(crate) fn validate_pycapsule(capsule: &Bound<PyCapsule>, name: &str) -> PyRe
8989

9090
Ok(())
9191
}
92-
/// Convert a Python object to ScalarValue
93-
///
94-
/// Args:
95-
/// py: Python interpreter
96-
/// obj: Python object to convert
97-
///
98-
/// Returns:
99-
/// Result containing ScalarValue representation of the Python object
92+
10093
pub(crate) fn py_obj_to_scalar_value(py: Python, obj: PyObject) -> PyResult<ScalarValue> {
10194
// convert Python object to PyScalarValue to ScalarValue
10295

0 commit comments

Comments
 (0)