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
I recently had a commit where I removed some code, which then ended up causing an F401(Unused import), which fell outside the diff.
It would be nice to still comment on the PR that the changes caused the unused import.
It would be complicated to determine that the unused import was caused by this diff, but I think it might be okay to assume that before the PR the files had no unused imports.
The text was updated successfully, but these errors were encountered:
I recently had a commit where I removed some code, which then ended up causing an F401(Unused import), which fell outside the diff.
It would be nice to still comment on the PR that the changes caused the unused import.
It would be complicated to determine that the unused import was caused by this diff, but I think it might be okay to assume that before the PR the files had no unused imports.
The text was updated successfully, but these errors were encountered: