summaryrefslogtreecommitdiff
path: root/lab/hack_pyc.py
diff options
context:
space:
mode:
Diffstat (limited to 'lab/hack_pyc.py')
-rw-r--r--lab/hack_pyc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lab/hack_pyc.py b/lab/hack_pyc.py
index d63da8fa..60b8459b 100644
--- a/lab/hack_pyc.py
+++ b/lab/hack_pyc.py
@@ -71,7 +71,7 @@ def hack_line_numbers(code):
code.co_argcount, code.co_nlocals, code.co_stacksize, code.co_flags,
code.co_code, tuple(new_consts), code.co_names, code.co_varnames,
code.co_filename, code.co_name, new_firstlineno, new_lnotab
- )
+ )
return new_code