facebookarchive / augmented-traffic-control

Augmented Traffic Control: A tool to simulate network conditions
https://facebook.github.io/augmented-traffic-control
Other
4.33k stars 600 forks source link

Fix build errors #321

Closed stasfilin closed 7 years ago

stasfilin commented 7 years ago

Fix build errors

2.08s$ make python_lint
pep8 atc
python -m flake8 atc
atc/atcd/setup.py:43:1: E305 expected 2 blank lines after class or function definition, found 1
atc/atcd/atcd/tools/test_secure_access.py:50:1: E305 expected 2 blank lines after class or function definition, found 1
atc/django-atc-api/setup.py:53:1: E305 expected 2 blank lines after class or function definition, found 1
atc/django-atc-demo-ui/setup.py:60:1: E305 expected 2 blank lines after class or function definition, found 1
atc/django-atc-profile-storage/setup.py:53:1: E305 expected 2 blank lines after class or function definition, found 1
make: *** [python_lint] Error 1
The command "make python_lint" exited with 2.