refactor: move get url

This commit is contained in:
Elijah McMorris 2024-06-15 04:28:11 +00:00
parent 4283264b0e
commit 817f3c9baf
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
5 changed files with 34 additions and 9 deletions

View file

@ -1,6 +1,7 @@
use anyhow::{Error, Result};
use chrono::NaiveDate;
use polars::datatypes::DataType;
use pretty_assertions::assert_eq;
use serial_test::serial;
use ark_invest_api_rust_data::util::ticker::Ticker;