aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/mconf.py
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2022-06-10 00:13:59 -0400
committerXavier Claessens <xclaesse@gmail.com>2022-06-10 09:15:48 -0400
commit1eaf49c8808b6cb911c862a6f421b684eaa60dfd (patch)
tree9d0174d57991efdfe1df0508b3b46b7d39b6399e /mesonbuild/mconf.py
parentf6e7cc070e537ab6585536727f5ea380fb998f3d (diff)
downloadmeson-1eaf49c8808b6cb911c862a6f421b684eaa60dfd.zip
meson-1eaf49c8808b6cb911c862a6f421b684eaa60dfd.tar.gz
meson-1eaf49c8808b6cb911c862a6f421b684eaa60dfd.tar.bz2
flake8: remove no longer used imports
Diffstat (limited to 'mesonbuild/mconf.py')
-rw-r--r--mesonbuild/mconf.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/mesonbuild/mconf.py b/mesonbuild/mconf.py
index b3cae31..cd2b2e3 100644
--- a/mesonbuild/mconf.py
+++ b/mesonbuild/mconf.py
@@ -30,7 +30,6 @@ from .mesonlib import MachineChoice, OptionKey
if T.TYPE_CHECKING:
import argparse
- from .coredata import UserOption
def add_arguments(parser: 'argparse.ArgumentParser') -> None:
coredata.register_builtin_arguments(parser)