mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-24 05:25:17 +00:00
Reduce repro
This commit is contained in:
parent
a9d3e2e253
commit
90d16987b7
478 changed files with 108 additions and 31934 deletions
|
@ -663,7 +663,7 @@ impl VisibilityConstraints {
|
|||
if all_names.contains(symbol_name) {
|
||||
Some(RequiresExplicitReExport::No)
|
||||
} else {
|
||||
tracing::debug!(
|
||||
tracing::trace!(
|
||||
"Symbol `{}` (via star import) not found in `__all__` of `{}`",
|
||||
symbol_name,
|
||||
referenced_file.path(db)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue