Remove unused imports

This commit is contained in:
Luke Parker 2022-10-15 23:59:44 -04:00
parent 19488cf446
commit ad9bf9b240
No known key found for this signature in database
GPG key ID: F9F1386DB1E119B6

View file

@ -6,7 +6,6 @@ use thiserror::Error;
use frost::{curve::Curve, FrostError};
pub use serai_coin as coin;
use coin::{CoinError, Coin};
mod wallet;