-
-
Notifications
You must be signed in to change notification settings - Fork 33k
Closed
Labels
confirmed-bugIssues with confirmed bugs.Issues with confirmed bugs.toolsIssues and PRs related to the tools directory.Issues and PRs related to the tools directory.
Description
Refs: #29222
As that PR shows, there are some unused imports that tools/check-imports.py
doesn't catch because:
- They're used in comments.
- The tool doesn't match at word boundaries (e.g.
FromJust
is considered a use ofJust
.)
Metadata
Metadata
Assignees
Labels
confirmed-bugIssues with confirmed bugs.Issues with confirmed bugs.toolsIssues and PRs related to the tools directory.Issues and PRs related to the tools directory.