removed unused imports

This commit is contained in:
Linus E 2022-04-26 12:49:19 +02:00
parent fa569ff5b2
commit e96bac3865

View File

@ -7,7 +7,6 @@ __version__ = "0.0.2"
__license__ = "None" __license__ = "None"
import yfinance import yfinance
import json
def get_share_price(str_symbol): def get_share_price(str_symbol):