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 was running the remove_unused_imports.RemoveUnusedImportsCommand codemod and noticed that it stripped my from __future__ import annotations import statements (which were being used by forward references in the module).
The text was updated successfully, but these errors were encountered:
I was running the
remove_unused_imports.RemoveUnusedImportsCommand
codemod and noticed that it stripped myfrom __future__ import annotations
import statements (which were being used by forward references in the module).The text was updated successfully, but these errors were encountered: