-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[flake8-pyi
] Mark unaliased-collections-abc-set-import
fix as safe
#9679
Conversation
For 0.2. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess it's unsafe if the name is being exported?
That's... true |
|
code | total | + violation | - violation | + fix | - fix |
---|---|---|---|---|---|
PYI001 | 1 | 1 | 0 | 0 | 0 |
ef151af
to
42929e0
Compare
42929e0
to
ee90cf8
Compare
I marked it as safe, unless it's at the top level. |
#9679) ## Summary Prompted by #8482 (comment). The rename is only unsafe when the symbol is exported, so we can narrow the conditions.
#9679) ## Summary Prompted by #8482 (comment). The rename is only unsafe when the symbol is exported, so we can narrow the conditions.
#9679) ## Summary Prompted by #8482 (comment). The rename is only unsafe when the symbol is exported, so we can narrow the conditions.
#9679) ## Summary Prompted by #8482 (comment). The rename is only unsafe when the symbol is exported, so we can narrow the conditions.
Summary
Prompted by #8482 (comment). The rename is only unsafe when the symbol is exported, so we can narrow the conditions.