Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ion-elgreco committed Apr 25, 2024
1 parent 80f7150 commit 255806a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1429,8 +1429,7 @@ fn write_to_deltalake(
let table = if let Some(table) = table {
DeltaOps(table._table.clone())
} else {
rt()
.block_on(DeltaOps::try_from_uri_with_storage_options(
rt().block_on(DeltaOps::try_from_uri_with_storage_options(
&table_uri, options,
))
.map_err(PythonError::from)?
Expand Down

0 comments on commit 255806a

Please sign in to comment.