summaryrefslogtreecommitdiffstats
path: root/Lib/compiler/transformer.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/compiler/transformer.py')
-rw-r--r--Lib/compiler/transformer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/compiler/transformer.py b/Lib/compiler/transformer.py
index 337ef43..9038f7e 100644
--- a/Lib/compiler/transformer.py
+++ b/Lib/compiler/transformer.py
@@ -142,7 +142,7 @@ class Transformer:
self.encoding = node[2]
node = node[1]
n = node[0]
-
+
if n == symbol.single_input:
return self.single_input(node[1:])
if n == symbol.file_input: