Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
SimranMakhija7 committed Feb 28, 2024
1 parent 6b18bc0 commit 4acc8b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
4 changes: 0 additions & 4 deletions src/data_model/mod.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
pub mod namespace_data;
pub mod table_data;
pub mod operator_statistics;

// pub use namespace_data::NamespaceData;
// pub use table_data::TableData;
// pub use operator_statistics::OperatorStatistics;
5 changes: 1 addition & 4 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
// file: src/main.rs
mod data_model;

mod data_model; // Import the data model module

// Bring the structs into scope
use data_model::namespace_data::NamespaceData;
use data_model::table_data::TableData;
use data_model::operator_statistics::OperatorStatistics;
Expand Down

0 comments on commit 4acc8b5

Please sign in to comment.