Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hiohiohio committed Dec 3, 2024
1 parent f0f43cb commit 21b2101
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion alpaca/trading/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,6 @@ def exercise_options_position(
f"/positions/{symbol_or_contract_id}/exercise",
)


# ############################## Portfolio ################################# #

def get_portfolio_history(
Expand Down
1 change: 1 addition & 0 deletions alpaca/trading/requests.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ class GetPortfolioHistoryRequest(NonEmptyRequest):
extended_hours: Optional[bool] = None
cashflow_types: Optional[str] = None


class GetCalendarRequest(NonEmptyRequest):
"""
Represents the optional filtering you can do when requesting a Calendar object
Expand Down

0 comments on commit 21b2101

Please sign in to comment.