Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
ion-elgreco committed Jan 19, 2024
1 parent c9c4557 commit 9fbeb0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/deltalake/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ pub use deltalake_aws as aws;
#[cfg(feature = "azure")]
pub use deltalake_azure as azure;
#[cfg(feature = "gcs")]
pub use deltalake_azure as gcp;
pub use deltalake_gcp as gcp;

0 comments on commit 9fbeb0b

Please sign in to comment.