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
Relevant pyflakes rules are no unused variables/imports.
Fixing unused variables is simply about template logic considering the moban variables before emitting the header of the .py file.
The template logic may get a tiny bit complex for imports, as there are several import styles, but this issue isnt about the style, as pyflakes doesnt care about that. However, the solution shouldnt be worse import style than the current code, so a little care is needed.
The text was updated successfully, but these errors were encountered:
Spawned from #81
Relevant pyflakes rules are no unused variables/imports.
Fixing unused variables is simply about template logic considering the moban variables before emitting the header of the .py file.
The template logic may get a tiny bit complex for imports, as there are several import styles, but this issue isnt about the style, as pyflakes doesnt care about that. However, the solution shouldnt be worse import style than the current code, so a little care is needed.
The text was updated successfully, but these errors were encountered: