fix use import

This commit is contained in:
Jochen
2025-11-28 10:21:06 +11:00
parent 0d504d6422
commit 6dcae1e3f4

View File

@@ -205,7 +205,6 @@ use sha2::{Digest, Sha256};
use std::path::Path; use std::path::Path;
use std::path::PathBuf; use std::path::PathBuf;
use std::process::exit; use std::process::exit;
use sha2::{Digest, Sha256};
use tokio_util::sync::CancellationToken; use tokio_util::sync::CancellationToken;
use tracing::{error, info}; use tracing::{error, info};