sarim commited on
Commit
070a146
·
1 Parent(s): bd07717

fix import

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,get_ticker_data
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