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
What's the right strategy for autofixing? Should we modify the AST? Should we use the generated rules, and modify via regex? (This is what autoflake does, and there's a start on implementing autofix for F401 in #34.)