Skip to content

Commit 067e3d9

Browse files
committed
Remove unused import
1 parent f90b180 commit 067e3d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

daemon/src/webdav.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use tokio::{select, sync::RwLock, time};
1111
use tokio_util::io::ReaderStream;
1212
use tokio_util::{sync::CancellationToken, task::TaskTracker};
1313

14-
use crate::config::{GpsMode, WebdavConfig};
14+
use crate::config::WebdavConfig;
1515
use crate::qmdl_store::RecordingStore;
1616

1717
pub struct WebdavUploadWorkerConfig {

0 commit comments

Comments
 (0)