Skip to content

Commit

Permalink
Fix clippy lints
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Nov 14, 2024
1 parent b533252 commit d4daebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nautilus_core/adapters/src/tardis/python/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use crate::tardis::{machine::InstrumentMiniInfo, parse::bar_spec_to_tardis_trade
#[pymethods]
impl InstrumentMiniInfo {
#[new]
fn py_new(
const fn py_new(
instrument_id: InstrumentId,
price_precision: u8,
size_precision: u8,
Expand Down

0 comments on commit d4daebe

Please sign in to comment.