-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reduce number of blank lines #35
Comments
Done by @hansendx |
This was only an example. There are still plenty of blank lines in the code base. |
Close issue? |
closing this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See https://www.python.org/dev/peps/pep-0008/#blank-lines for reference.
There are a lot of blank lines in the code, that make the modules longer than necessary. For example these blank lines
collect_stata/collect_stata/write_json.py
Lines 181 to 211 in 54f33d3
are not really needed to understand the function. It's an if statement.
The text was updated successfully, but these errors were encountered: