Skip to content

Commit

Permalink
refactor: rollback module restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
keyvankhademi committed Apr 11, 2024
1 parent b4ecb3f commit e5d4121
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 392 deletions.
2 changes: 1 addition & 1 deletion src/agent.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ Note that there is an Oracle and Exporter for each network, but only one Local S
################################################################################################################################## */

pub mod dashboard;
pub mod market_hours;
pub mod market_schedule;
pub mod metrics;
pub mod pythd;
pub mod remote_keypair_loader;
pub mod schedule;
pub mod solana;
pub mod store;
use {
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/agent/market_schedule.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! Holiday hours metadata parsing and evaluation logic
use {
super::schedule::market_hours::MHKind,
super::market_hours::MHKind,
anyhow::{
anyhow,
Result,
Expand Down
13 changes: 0 additions & 13 deletions src/agent/schedule.rs

This file was deleted.

Loading

0 comments on commit e5d4121

Please sign in to comment.