diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2020-12-07 14:58:23 -0800 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2021-01-04 12:20:59 -0800 |
commit | a539fda0cf6342398fae802827221ed15df5de56 (patch) | |
tree | 3ae6291bfa0f1eb860439c707735a4bfb2b5eb06 /mesonbuild/mintro.py | |
parent | e81acbd6069e8c1ae8e3be7bb83ddc239009d42d (diff) | |
download | meson-a539fda0cf6342398fae802827221ed15df5de56.zip meson-a539fda0cf6342398fae802827221ed15df5de56.tar.gz meson-a539fda0cf6342398fae802827221ed15df5de56.tar.bz2 |
fix LGTM warnings
Diffstat (limited to 'mesonbuild/mintro.py')
-rw-r--r-- | mesonbuild/mintro.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/mintro.py b/mesonbuild/mintro.py index 9121fc7..706c585 100644 --- a/mesonbuild/mintro.py +++ b/mesonbuild/mintro.py @@ -34,7 +34,7 @@ import typing as T import os import argparse -from .mesonlib import MachineChoice, OptionKey +from .mesonlib import OptionKey def get_meson_info_file(info_dir: str) -> str: return os.path.join(info_dir, 'meson-info.json') |