Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Chia committed Oct 21, 2024
1 parent b0c2036 commit 31bde21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/daft-catalog/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pub use data_catalog_table::DataCatalogTable;
#[cfg(feature = "python")]
pub mod python;

pub use errors::{Error, Result};
use errors::Error;

pub mod global_catalog {
use std::sync::{Arc, Mutex};
Expand Down

0 comments on commit 31bde21

Please sign in to comment.