Commit a952730
authored
Fix indentation in setup.py (#106)
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
```1 parent 6790111 commit a952730
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments