fix(debian): remove unused import

This commit is contained in:
steven-omaha
2024-04-09 19:50:44 +02:00
parent 4283db61fa
commit 5950d79feb
@@ -1,7 +1,6 @@
use std::collections::HashSet;
use std::process::ExitStatus;
use anyhow::{Context, Result};
use anyhow::Result;
use rust_apt::cache::PackageSort;
use rust_apt::new_cache;