Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyler committed Oct 18, 2023
1 parent 11b7622 commit 39f5ade
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/src/schema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ impl PrimitiveType {
)?))
}


#[pyo3(text_signature = "(data_type)")]
#[staticmethod]
fn from_pyarrow(data_type: PyArrowType<ArrowDataType>) -> PyResult<Self> {
Expand Down Expand Up @@ -538,7 +537,6 @@ impl Field {
serde_json::to_string(&self.inner).map_err(|err| PyException::new_err(err.to_string()))
}


#[staticmethod]
#[pyo3(text_signature = "(field_json)")]
fn from_json(field_json: String) -> PyResult<Self> {
Expand Down

0 comments on commit 39f5ade

Please sign in to comment.