aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/astinterpreter.py
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2018-12-30 20:29:20 -0500
committerXavier Claessens <xclaesse@gmail.com>2019-01-16 11:16:46 -0500
commit83766b3687b3d639af5175e9b1dc8fd039659b55 (patch)
tree8e67cc061b76fccaaee6a492b45c52aeb94411c6 /mesonbuild/astinterpreter.py
parent815f1205a8d2eb78fa71057c593f4eec3746aad3 (diff)
downloadmeson-83766b3687b3d639af5175e9b1dc8fd039659b55.zip
meson-83766b3687b3d639af5175e9b1dc8fd039659b55.tar.gz
meson-83766b3687b3d639af5175e9b1dc8fd039659b55.tar.bz2
Fix flake8 errors
Diffstat (limited to 'mesonbuild/astinterpreter.py')
-rw-r--r--mesonbuild/astinterpreter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/astinterpreter.py b/mesonbuild/astinterpreter.py
index a447a55..f68aa7a 100644
--- a/mesonbuild/astinterpreter.py
+++ b/mesonbuild/astinterpreter.py
@@ -15,7 +15,7 @@
# This class contains the basic functionality needed to run any interpreter
# or an interpreter-based tool.
-from . import interpreterbase, mlog, mparser, mesonlib
+from . import interpreterbase, mparser, mesonlib
from . import environment
from .interpreterbase import InterpreterException, InvalidArguments, BreakRequest, ContinueRequest