Remove unused pandas import and clean up finnhub_stock.py
Co-authored-by: aguzererler <6199053+aguzererler@users.noreply.github.com>
This commit is contained in:
parent
5799bb3f00
commit
f82a810c3b
|
|
@ -7,11 +7,8 @@ consistent data regardless of the active vendor.
|
||||||
|
|
||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
|
|
||||||
import pandas as pd
|
|
||||||
|
|
||||||
from .finnhub_common import (
|
from .finnhub_common import (
|
||||||
FinnhubError,
|
FinnhubError,
|
||||||
ThirdPartyParseError,
|
|
||||||
_make_api_request,
|
_make_api_request,
|
||||||
_now_str,
|
_now_str,
|
||||||
_to_unix_timestamp,
|
_to_unix_timestamp,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue