bichnhan2701 commited on
Commit
e0a78e0
·
1 Parent(s): 62a7f15

Fix AttributeError

Browse files
Files changed (1) hide show
  1. app/services/enrichment/mindmap.py +2 -2
app/services/enrichment/mindmap.py CHANGED
@@ -1,8 +1,8 @@
1
  import asyncio
2
  import re
3
  import logging
4
- from random import random
5
- from time import time
6
  import google.genai as genai
7
  import json
8
  from app.config import GEMINI_API_KEY, GEMINI_MODEL
 
1
  import asyncio
2
  import re
3
  import logging
4
+ import random
5
+ import time
6
  import google.genai as genai
7
  import json
8
  from app.config import GEMINI_API_KEY, GEMINI_MODEL