mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-01 22:41:16 +00:00
Remove tracing::log
usage (#3853)
This commit is contained in:
parent
080f09586b
commit
70cbc32565
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue