minor removing unwanted dep

This commit is contained in:
Godmode Galactus 2023-06-09 10:10:03 +02:00
parent 37b4216c05
commit 68b0dded29
No known key found for this signature in database
GPG Key ID: A04142C71ABB0DEA
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ use std::{
};
use anyhow::bail;
use async_channel::RecvError;
use chrono::{TimeZone, Utc};
use jsonrpsee::SubscriptionSink;
use log::{error, info, trace};