Skip to content

Commit

Permalink
Fix module namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Dec 3, 2023
1 parent 633e6b5 commit 4e67207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nautilus_core/infrastructure/src/redis.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const INDEX_POSITIONS_CLOSED: &str = "index:positions_closed";

#[cfg_attr(
feature = "python",
pyclass(module = "nautilus_trader.core.nautilus_pyo3.model")
pyclass(module = "nautilus_trader.core.nautilus_pyo3.infrastructure")
)]
pub struct RedisCacheDatabase {
pub trader_id: TraderId,
Expand Down

0 comments on commit 4e67207

Please sign in to comment.