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
* 🚨 Fix linting for setup.py
- F401 'os' imported but unused
- E303 too many blank lines (3)
- E302 expected 2 blank lines, found 1
- E305 expected 2 blank lines after class or function definition, found 1
- E251 unexpected spaces around keyword / parameter equals
* 👌 Add setup.py to flake8 tests
0 commit comments