Skip to content

Commit 1817c98

Browse files
committed
fmt
1 parent 42c53b7 commit 1817c98

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

bindings/python/src/datafusion_table_provider.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ use pyo3::types::{PyAny, PyCapsule};
3232

3333
use crate::runtime::runtime;
3434

35-
3635
pub(crate) fn validate_pycapsule(capsule: &Bound<PyCapsule>, name: &str) -> PyResult<()> {
3736
let capsule_name = capsule.name()?;
3837
if capsule_name.is_none() {

0 commit comments

Comments
 (0)