diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2023-01-06 11:21:14 -0800 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2023-01-10 09:53:22 -0800 |
commit | 27df0e09f701e88c5f924ea75adb0aea236091cb (patch) | |
tree | 2fef48aea4d1adf0cae296cea81d4c8998098349 /mesonbuild/modules/dlang.py | |
parent | e268d9f1378fdcf0660bb3c980e08f978eb970d1 (diff) | |
download | meson-27df0e09f701e88c5f924ea75adb0aea236091cb.zip meson-27df0e09f701e88c5f924ea75adb0aea236091cb.tar.gz meson-27df0e09f701e88c5f924ea75adb0aea236091cb.tar.bz2 |
modules/gnome: fix type annotations from `__init__`, which are wrong
Mainly thi sis that `state.find_program()` is annotated incorrectly, it
returns `ExternalProgram | Executable | OverrideProgram`, but it's
annotated to return only `ExteranlProgram`, and thus a bunch of the
annotations in the gnome module are wrong.
Diffstat (limited to 'mesonbuild/modules/dlang.py')
0 files changed, 0 insertions, 0 deletions