Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
emarquezz authored Oct 15, 2024
1 parent 6c9711c commit f30e015
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cutiepynb/utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import uuid
import json

def generate_corpus_id():
"""Generate a random 8-character hexadecimal string using the uuid module."""
Expand All @@ -10,4 +11,4 @@ def save_doc_enchulado(doc_chulo, file):
with open(name_chulo, "w") as outfile:
json.dump(doc_chulo, outfile)

print('Saved as ',name_chulo)
print('Saved as ',name_chulo)

0 comments on commit f30e015

Please sign in to comment.