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
{{ message }}
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
Running pep257.py on the following module:
I get this error:
test.py:6:4: PEP257 Class docstring should have 1 blank line around them
The error is not shown if the code is changed to:
Is this the expected behaviour? AFAIK the initial version is valid python code. It passes pep8 and pylint.
The text was updated successfully, but these errors were encountered: