fix import
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ from metals_price import MetalsPrice
|
|
| 17 |
import os
|
| 18 |
import pytz
|
| 19 |
from currency_exchange import CurrencyExchange
|
| 20 |
-
from ticker_detail import PSXScraper,build_ticker
|
| 21 |
from index_detail import PSXIndicesScraper,convert_indices_to_tickers
|
| 22 |
import httpx
|
| 23 |
|
|
|
|
| 17 |
import os
|
| 18 |
import pytz
|
| 19 |
from currency_exchange import CurrencyExchange
|
| 20 |
+
from ticker_detail import PSXScraper,build_ticker
|
| 21 |
from index_detail import PSXIndicesScraper,convert_indices_to_tickers
|
| 22 |
import httpx
|
| 23 |
|