Update qresult.py
Browse files- qresult.py +1 -1
qresult.py
CHANGED
|
@@ -3,7 +3,7 @@ import yfinance as yf
|
|
| 3 |
import pandas as pd
|
| 4 |
from common import (
|
| 5 |
format_large_number,
|
| 6 |
-
|
| 7 |
format_number,
|
| 8 |
wrap_html,
|
| 9 |
STYLE_BLOCK
|
|
|
|
| 3 |
import pandas as pd
|
| 4 |
from common import (
|
| 5 |
format_large_number,
|
| 6 |
+
format_timestamp_to_date,
|
| 7 |
format_number,
|
| 8 |
wrap_html,
|
| 9 |
STYLE_BLOCK
|