Commit 5659554
committed
Fix flake8 errors
./setup.py:20: [E305] expected 2 blank lines after class or function definition, found 1
requirements = []
^
./scripts/update_cmake_version.py:177: [E305] expected 2 blank lines after class or function definition, found 1
if __name__ == "__main__":
^1 parent 73c8570 commit 5659554
2 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| 177 | + | |
177 | 178 | | |
178 | 179 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
0 commit comments