mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 02:48:17 +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 cache_key::{CanonicalUrl, RepositoryUrl};
|
||||
use std::fmt::Debug;
|
||||
use tracing::log::debug;
|
||||
use tracing::trace;
|
||||
use tracing::{debug, trace};
|
||||
|
||||
use distribution_types::{InstalledDirectUrlDist, InstalledDist, RequirementSource};
|
||||
use pypi_types::{DirInfo, DirectUrl, VcsInfo, VcsKind};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue