mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-28 02:40:11 +00:00
Reduce visibility of PubGrubReportFormatter (#699)
This commit is contained in:
parent
9e2bbee7f0
commit
6f90edda78
4 changed files with 5 additions and 7 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue