From 0d7bb776e2d97d406b726b90090bbfa8df13232b Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sun, 30 Jun 2024 13:16:42 +0300 Subject: Move OptionKey in the option source file. --- unittests/datatests.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'unittests/datatests.py') diff --git a/unittests/datatests.py b/unittests/datatests.py index b7b2d322a..73b937d43 100644 --- a/unittests/datatests.py +++ b/unittests/datatests.py @@ -18,9 +18,8 @@ import mesonbuild.options import mesonbuild.modules.gnome from mesonbuild.interpreter import Interpreter from mesonbuild.ast import AstInterpreter -from mesonbuild.mesonlib import ( - MachineChoice, OptionKey -) +from mesonbuild.mesonlib import MachineChoice +from mesonbuild.options import OptionKey from mesonbuild.compilers import ( detect_c_compiler, detect_cpp_compiler ) -- cgit v1.2.3