Skip to content

Conversation

@gaogaotiantian
Copy link
Contributor

What changes were proposed in this pull request?

Removed test files from ignore list of ruff for F403 and F401.

Why are the changes needed?

We used to need it because we use from ... import * in our tests. We don't do that anymore (with a few rare cases that we can ignore inline).

During the time we ignore these warnings, we accumulated some real unused imports. These are cleared with this PR.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

CI.

Was this patch authored or co-authored using generative AI tooling?

No.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants