You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
suggests "Replace with empty string". The fix does the correct thing and removes the superfluous str call, but the message is wrong since this is not an empty string.
The text was updated successfully, but these errors were encountered:
<!--
Thank you for contributing to Ruff! To help us out with reviewing,
please consider the following:
- Does this pull request include a summary of the change? (See below.)
- Does this pull request include a descriptive title?
- Does this pull request include references to any relevant issues?
-->
## Summary
<!-- What's the purpose of the change? What does it do, and why? -->
closes#7912
## Test Plan
<!-- How was it tested? -->
<!--
Thank you for contributing to Ruff! To help us out with reviewing,
please consider the following:
- Does this pull request include a summary of the change? (See below.)
- Does this pull request include a descriptive title?
- Does this pull request include references to any relevant issues?
-->
## Summary
<!-- What's the purpose of the change? What does it do, and why? -->
closes#7912
## Test Plan
<!-- How was it tested? -->
suggests "Replace with empty string". The fix does the correct thing and removes the superfluous
str
call, but the message is wrong since this is not an empty string.The text was updated successfully, but these errors were encountered: