summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lps_gen.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lps_gen.py b/lps_gen.py
index 6e28533..cb9d5c1 100644
--- a/lps_gen.py
+++ b/lps_gen.py
@@ -82,7 +82,6 @@ def write_file(filename, filecontent):
exit(1)
-
def json_write(filename, obj):
"""Serialize `obj` to JSON formatted `str` to `filename`.