chore(mod): comment out scheduled module import
Some checks failed
Lint / lint-frontend (pull_request) Successful in 21s
Test / test-crates (pull_request) Successful in 1m54s
Lint / lint-crates (pull_request) Failing after 2m19s

This commit is contained in:
2026-02-26 12:01:37 +00:00
parent 0bf05b17df
commit fff5d61f22

View File

@@ -7,7 +7,7 @@ use crate::errors::CommandResult;
pub mod accounts; pub mod accounts;
pub mod balance_calculator; pub mod balance_calculator;
pub mod exchange_rate; pub mod exchange_rate;
pub mod scheduled; // pub mod scheduled;
pub mod settings; pub mod settings;
pub mod tags; pub mod tags;
pub mod transactions; pub mod transactions;