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
Fixes flake8 complaints:
```
./setup.py:27:29: E261 at least two spaces before inline comment
./setup.py:29:6: E111 indentation is not a multiple of 4
./setup.py:29:6: E117 over-indented
```
0 commit comments