style: format config tests and fix clippy import

This commit is contained in:
Rasyidan Akbar F. 2026-03-17 08:52:00 +07:00
commit d8ab300748
2 changed files with 33 additions and 21 deletions

View file

@ -30,7 +30,6 @@ pub(crate) fn parse_fundamentals_from_str(
#[cfg(test)]
mod tests {
use super::{parse_fundamentals_from_str, parse_quote_from_str};
use crate::api::types::Period;
#[test]
fn parses_quote_fixture_json() {