diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2021-09-15 00:32:57 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz@archlinux.org> | 2021-10-04 16:29:31 -0400 |
commit | 4ab70c5512f147c7dded62817e54724830740dfd (patch) | |
tree | cd664850739d7a989cd6348f1b12db4aab5fb0fb /mesonbuild/interpreter/interpreter.py | |
parent | c582abbbcf7cb8e76f02fe87bb3d6a31fc44fff7 (diff) | |
download | meson-4ab70c5512f147c7dded62817e54724830740dfd.zip meson-4ab70c5512f147c7dded62817e54724830740dfd.tar.gz meson-4ab70c5512f147c7dded62817e54724830740dfd.tar.bz2 |
fix extra whitespace
discovered via flake8 --select E303
Diffstat (limited to 'mesonbuild/interpreter/interpreter.py')
-rw-r--r-- | mesonbuild/interpreter/interpreter.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mesonbuild/interpreter/interpreter.py b/mesonbuild/interpreter/interpreter.py index 8773269..b2774f6 100644 --- a/mesonbuild/interpreter/interpreter.py +++ b/mesonbuild/interpreter/interpreter.py @@ -2512,7 +2512,6 @@ Try setting b_lundef to false instead.'''.format(self.coredata.options[OptionKey if project_root / self.subproject_dir in norm.parents: raise InterpreterException(f'Sandbox violation: Tried to grab {inputtype} {norm.name} from a nested subproject.') - @T.overload def source_strings_to_files(self, sources: T.List['mesonlib.FileOrString']) -> T.List['mesonlib.File']: ... |