Spaces:
Sleeping
Sleeping
Shageenderan Sapai commited on
Commit ·
0eb73cf
1
Parent(s): 2192c5c
removed cachetools import
Browse files- app/utils.py +0 -1
app/utils.py
CHANGED
|
@@ -19,7 +19,6 @@ from dotenv import load_dotenv
|
|
| 19 |
from datetime import datetime, timezone
|
| 20 |
import threading
|
| 21 |
import pickle # Replace dill with pickle
|
| 22 |
-
from cachetools import TTLCache
|
| 23 |
import threading
|
| 24 |
import time
|
| 25 |
import uuid
|
|
|
|
| 19 |
from datetime import datetime, timezone
|
| 20 |
import threading
|
| 21 |
import pickle # Replace dill with pickle
|
|
|
|
| 22 |
import threading
|
| 23 |
import time
|
| 24 |
import uuid
|