cleanup after rebase

This commit is contained in:
Keagan McClelland
2022-05-27 12:59:17 -06:00
parent 61bcd8720d
commit 37344f99a7
7 changed files with 1977 additions and 1227 deletions

View File

@@ -1,4 +1,4 @@
use std::collections::{BTreeMap, HashMap};
use std::collections::HashMap;
use bollard::image::ListImagesOptions;
use patch_db::{DbHandle, LockReceipt, LockTargetId, LockType, PatchDbHandle, Verifier};
@@ -9,8 +9,8 @@ use super::{PKG_ARCHIVE_DIR, PKG_DOCKER_DIR};
use crate::config::{not_found, ConfigReceipts};
use crate::context::RpcContext;
use crate::db::model::{
AllPackageData, CurrentDependencies, CurrentDependencyInfo, CurrentDependents,
InstalledPackageDataEntry, PackageDataEntry,
AllPackageData, CurrentDependencies, CurrentDependents, InstalledPackageDataEntry,
PackageDataEntry,
};
use crate::dependencies::{
reconfigure_dependents_with_live_pointers, DependencyErrors, TryHealReceipts,