mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-05-30 17:53:35 -07:00
Remove unused import
This commit is contained in:
committed by
Will Greenberg
parent
fc5593f00b
commit
a58bad09fc
@@ -11,7 +11,7 @@ use tokio::{select, sync::RwLock, time};
|
||||
use tokio_util::io::ReaderStream;
|
||||
use tokio_util::{sync::CancellationToken, task::TaskTracker};
|
||||
|
||||
use crate::config::{GpsMode, WebdavConfig};
|
||||
use crate::config::WebdavConfig;
|
||||
use crate::qmdl_store::RecordingStore;
|
||||
|
||||
pub struct WebdavUploadWorkerConfig {
|
||||
|
||||
Reference in New Issue
Block a user