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
autopep8 still insists on removing whitespace on the blank lines within the code example. This actually generates warnings/errors in documentation generators link Sphinx, and I don't have a workaround at the moment.
autopep8 off/on doesn't work
Before formatting:
After:
The workaround is to add a semicolon and join the
import
line with the non-import line(s):Originally posted by @PlatonB in #460 (comment)
The text was updated successfully, but these errors were encountered: