Skip to content

Commit

Permalink
Formatting: Ran from root directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Olshansk committed Jan 2, 2021
1 parent 96b243a commit 64ee3af
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions iexfinance/altdata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

def get_crypto_quote(symbol, **kwargs):
"""
.. warning:: This endpoint will be deprecated and moved to
``iexfinance.crypto.get_crypto_quote in version 0.5.2.
.. warning:: This endpoint will be deprecated and moved to
``iexfinance.crypto.get_crypto_quote in version 0.5.2.
"""
warnings.warn(
"This endpoint will be deprecated and moved to "
Expand Down
6 changes: 3 additions & 3 deletions iexfinance/crypto/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def get_crypto_book(symbol, **kwargs):
endpoint.
Reference: https://iexcloud.io/docs/api/#cryptocurrency-book
Data Weighting: ``10`` per symbol per update
Parameters
Expand All @@ -29,7 +29,7 @@ def get_crypto_price(symbol, **kwargs):
This returns the price for a specified cryptocurrency.
Reference: https://iexcloud.io/docs/api/#cryptocurrency-price
Data Weighting: ``1``
Parameters
Expand All @@ -47,7 +47,7 @@ def get_crypto_quote(symbol, **kwargs):
Single quote for Cryptocurrency supported by IEX Cloud.
Reference: https://iexcloud.io/docs/api/#cryptocurrency-quote
Data Weighting: ``2`` per symbol
Parameters
Expand Down
3 changes: 1 addition & 2 deletions iexfinance/stocks/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -823,8 +823,7 @@ def format(out):
return self._get_endpoint("news", format=format, params=kwargs)

def get_relevant_stocks(self, **kwargs):
"""DEPRECATED
"""
"""DEPRECATED"""
raise ImmediateDeprecationError("get_relevant_stocks")

# field methods
Expand Down

0 comments on commit 64ee3af

Please sign in to comment.