Update stock.py
Browse files
stock.py
CHANGED
|
@@ -54,7 +54,6 @@ from common import (
|
|
| 54 |
|
| 55 |
from chart_builder import build_chart
|
| 56 |
from ta_indi_pat import talib_df
|
| 57 |
-
from nse import daily as nse_daily
|
| 58 |
|
| 59 |
|
| 60 |
# -------------------------- INFO ------------------------------
|
|
|
|
| 54 |
|
| 55 |
from chart_builder import build_chart
|
| 56 |
from ta_indi_pat import talib_df
|
|
|
|
| 57 |
|
| 58 |
|
| 59 |
# -------------------------- INFO ------------------------------
|