aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/interpreter
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2022-02-01 02:14:41 -0500
committerEli Schwartz <eschwartz@archlinux.org>2022-02-16 18:19:13 -0500
commit07d9c72e17d15983f5a54256a0f39cb7414ed3dc (patch)
treea7b3c2062c6d9c18417b00eff0290a02156c9d35 /mesonbuild/interpreter
parentbaecebda0e66ee76358854c452e96e5ed70a75de (diff)
downloadmeson-07d9c72e17d15983f5a54256a0f39cb7414ed3dc.zip
meson-07d9c72e17d15983f5a54256a0f39cb7414ed3dc.tar.gz
meson-07d9c72e17d15983f5a54256a0f39cb7414ed3dc.tar.bz2
flake8: fix wrong numbers of blank line separators
Diffstat (limited to 'mesonbuild/interpreter')
-rw-r--r--mesonbuild/interpreter/kwargs.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/mesonbuild/interpreter/kwargs.py b/mesonbuild/interpreter/kwargs.py
index b97fe05..dff9e12 100644
--- a/mesonbuild/interpreter/kwargs.py
+++ b/mesonbuild/interpreter/kwargs.py
@@ -252,7 +252,6 @@ class DependencyPkgConfigVar(TypedDict):
define_variable: T.List[str]
-
class DependencyGetVariable(TypedDict):
cmake: T.Optional[str]