aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/ast/interpreter.py
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2019-04-20 23:48:05 +0200
committerDaniel Mensinger <daniel@mensinger-ka.de>2019-04-23 09:10:48 +0200
commitb7ba98a6577c471e14aa71c5878d5190db70c413 (patch)
tree34410897941a3818d8cbce002f2e931356612554 /mesonbuild/ast/interpreter.py
parent38f2eae6815baad42248f5461bea049f1f2e1f13 (diff)
downloadmeson-b7ba98a6577c471e14aa71c5878d5190db70c413.zip
meson-b7ba98a6577c471e14aa71c5878d5190db70c413.tar.gz
meson-b7ba98a6577c471e14aa71c5878d5190db70c413.tar.bz2
make flake8 happy
Diffstat (limited to 'mesonbuild/ast/interpreter.py')
-rw-r--r--mesonbuild/ast/interpreter.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/mesonbuild/ast/interpreter.py b/mesonbuild/ast/interpreter.py
index d0bbc69..060e087 100644
--- a/mesonbuild/ast/interpreter.py
+++ b/mesonbuild/ast/interpreter.py
@@ -32,7 +32,6 @@ from ..mparser import (
MethodNode,
PlusAssignmentNode,
TernaryNode,
- StringNode,
)
import os, sys