flake8: make entire repository pass spack flake8 -a

- Fix trailing whitespace missed by the bug described in #12755.

- Fix other style issues that have crept in over time (this can happen
  when flake8 adds new checks with new versions)
This commit is contained in:
Todd Gamblin
2019-09-07 19:27:51 -07:00
parent 0ec80e8f16
commit a2220f3150
69 changed files with 346 additions and 337 deletions

View File

@@ -32,7 +32,7 @@ class CBlosc2(CMakePackage):
description='support for ZSTD')
depends_on('cmake@2.8.10:', type='build')
# TODO https://github.com/inikep/lizard/issues/21
# TODO https://github.com/inikep/lizard/issues/21
# depends_on('lizard')
depends_on('lz4')
depends_on('snappy')