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

@@ -13,7 +13,7 @@ class Blasr(Package):
homepage = "https://github.com/PacificBiosciences/blasr/wiki"
url = "https://github.com/PacificBiosciences/blasr/archive/5.3.1.tar.gz"
version('5.3.1', '53c93f499aa4bc10781c87bafc33df2a')
version('5.3.1', '53c93f499aa4bc10781c87bafc33df2a')
depends_on('ncurses')
depends_on('hdf5+cxx@1.8.12:1.8.99')