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
@asottile - I couldn't find any instructions regarding empty files in PEP8, and flake8rules said any file should not have zero, two or more than two newline in python file.
The W391 rule specifies that Python files should end with a newline character. Does this not include empty files, such as
__init__.py
The text was updated successfully, but these errors were encountered: