summaryrefslogtreecommitdiff
path: root/schist_core/schist_queries/src/utils
diff options
context:
space:
mode:
Diffstat (limited to 'schist_core/schist_queries/src/utils')
-rw-r--r--schist_core/schist_queries/src/utils/mod.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/schist_core/schist_queries/src/utils/mod.rs b/schist_core/schist_queries/src/utils/mod.rs
index 6b47b48..3a81c8c 100644
--- a/schist_core/schist_queries/src/utils/mod.rs
+++ b/schist_core/schist_queries/src/utils/mod.rs
@@ -2,7 +2,5 @@ mod calculate_bucket_balance;
mod find_by_id_or;
mod sum_drips_for_bucket;
+use find_by_id_or::find_by_id_or;
use sum_drips_for_bucket::sum_drips_for_bucket;
-
-pub use calculate_bucket_balance::calculate_bucket_balance;
-pub use find_by_id_or::find_by_id_or;