mirror of https://github.com/astral-sh/uv
Remove `tracing::log` usage (#3853)
This commit is contained in:
parent
080f09586b
commit
70cbc32565
|
|
@ -1,8 +1,7 @@
|
||||||
use anyhow::Result;
|
use anyhow::Result;
|
||||||
use cache_key::{CanonicalUrl, RepositoryUrl};
|
use cache_key::{CanonicalUrl, RepositoryUrl};
|
||||||
use std::fmt::Debug;
|
use std::fmt::Debug;
|
||||||
use tracing::log::debug;
|
use tracing::{debug, trace};
|
||||||
use tracing::trace;
|
|
||||||
|
|
||||||
use distribution_types::{InstalledDirectUrlDist, InstalledDist, RequirementSource};
|
use distribution_types::{InstalledDirectUrlDist, InstalledDist, RequirementSource};
|
||||||
use pypi_types::{DirInfo, DirectUrl, VcsInfo, VcsKind};
|
use pypi_types::{DirInfo, DirectUrl, VcsInfo, VcsKind};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue