Reduce visibility of PubGrubReportFormatter (#699)

This commit is contained in:
Charlie Marsh 2023-12-19 09:53:38 -05:00 committed by GitHub
parent 9e2bbee7f0
commit 6f90edda78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 7 deletions

View file

@ -2,7 +2,6 @@ use std::fmt::Formatter;
use pubgrub::range::Range;
use pubgrub::report::{DefaultStringReporter, DerivationTree, Reporter};
use pypi_types::IndexUrl;
use rustc_hash::FxHashMap;
use thiserror::Error;
use url::Url;
@ -12,10 +11,10 @@ use pep508_rs::Requirement;
use puffin_distribution::DistributionDatabaseError;
use puffin_normalize::PackageName;
use puffin_traits::OnceMap;
use pypi_types::IndexUrl;
use crate::pubgrub::{PubGrubPackage, PubGrubVersion};
use crate::pubgrub::{PubGrubPackage, PubGrubReportFormatter, PubGrubVersion};
use crate::version_map::VersionMap;
use crate::PubGrubReportFormatter;
#[derive(Error, Debug)]
pub enum ResolveError {