Fix flake8 whitespace reports

$ flake8 | grep -E '(E128|E203|E221|E226|E303|W291|W293)'
./mesonbuild/backend/backends.py:32:1: E303 too many blank lines (3)
./mesonbuild/modules/i18n.py:90:56: E128 continuation line under-indented for visual indent
pull/4414/head
Jon Turney 6 years ago committed by Jussi Pakkanen
parent 93f7b83bf5
commit 99b0a7acda
  1. 1
      mesonbuild/backend/backends.py

@ -28,7 +28,6 @@ from collections import OrderedDict
import shlex
class CleanTrees:
'''
Directories outputted by custom targets that have to be manually cleaned

Loading…
Cancel
Save