Remove comment regarding paper trading endpoint as no trading is taking place via the TradeStation API currently

This commit is contained in:
moshferatu 2024-03-28 10:05:17 -07:00
parent 619ae4862e
commit 06b7c7e475

View File

@ -11,8 +11,6 @@ from .option import Option
load_dotenv()
# TODO: Add support for paper trading API endpoint.
class TradeStationClient:
def __init__(self, refresh_token: str = None) -> None: