flake8 `E305` error in `setup.py:42:1` during build
gfrogat opened this issue · 2 comments
gfrogat commented
- Release number or git hash: 921409d
- Web browser version and OS: macOS 10.13.1
- Environment (local or deployed): local
Steps to reproduce
- clone project master branch and install dependencies
git clone https://github.com/phovea/phovea_clue.git
- run tests
npm test
Observed behavior
- flake8 error due to missing blank line in line 42 of file
setup.py
./setup.py:42:1: E305 expected 2 blank lines after class or function definition, found 1
Expected behavior
- tests run without any errors
thinkh commented
thinkh commented
Should be fixed with the most recent version v2.3.0.