flake8: fix lingering whitespace errors

pull/10757/head
Eli Schwartz 2 years ago committed by Jussi Pakkanen
parent af28826c24
commit 520bb7abbc
  1. 2
      mesonbuild/interpreter/interpreter.py

@ -671,7 +671,6 @@ class Interpreter(InterpreterBase, HoldableObject):
def func_files(self, node: mparser.FunctionNode, args: T.Tuple[T.List[str]], kwargs: 'TYPE_kwargs') -> T.List[mesonlib.File]:
return self.source_strings_to_files(args[0])
@noPosargs
@typed_kwargs(
'declare_dependency',
@ -2326,7 +2325,6 @@ class Interpreter(InterpreterBase, HoldableObject):
'permissions arg to be a string or false')
return FileMode(*install_mode)
# This is either ignored on basically any OS nowadays, or silently gets
# ignored (Solaris) or triggers an "illegal operation" error (FreeBSD).
# It was likely added "because it exists", but should never be used. In

Loading…
Cancel
Save