Merge pull request #44 from aguzererler/fix/unused-import-finnhub-stock-10302219538878494092
🧹 Remove unused pandas import from finnhub_stock.py
This commit is contained in:
commit
1e10b4ca96
|
|
@ -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