Update app/nse/indices_html.py
Browse files- app/nse/indices_html.py +0 -3
app/nse/indices_html.py
CHANGED
|
@@ -6,9 +6,6 @@ import html
|
|
| 6 |
from datetime import datetime as dt
|
| 7 |
from collections import defaultdict
|
| 8 |
|
| 9 |
-
# persist helpers (HF only)
|
| 10 |
-
from .persist import exists, load, save
|
| 11 |
-
|
| 12 |
|
| 13 |
def build_indices_html():
|
| 14 |
"""
|
|
|
|
| 6 |
from datetime import datetime as dt
|
| 7 |
from collections import defaultdict
|
| 8 |
|
|
|
|
|
|
|
|
|
|
| 9 |
|
| 10 |
def build_indices_html():
|
| 11 |
"""
|