Skip to content

Commit 093242e

Browse files
avhzavhz
authored andcommitted
ci: remove plotters and polars deps
1 parent 131836f commit 093242e

File tree

1 file changed

+0
-4
lines changed
  • crates/RustQuant_error/src

1 file changed

+0
-4
lines changed

crates/RustQuant_error/src/lib.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ pub enum RustQuantError {
4343
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4444
// Data related errors
4545
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
46-
/// Error variant arising from the Yahoo! Finance API.
47-
#[error("Yahoo! Finance error: {0}")]
48-
YahooError(#[from] yahoo_finance_api::YahooError),
49-
5046
/// Error variant arising from [`std::io`].
5147
#[error("IO error: {0}")]
5248
IoError(#[from] std::io::Error),

0 commit comments

Comments
 (0)