aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/mconf.py
diff options
context:
space:
mode:
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)