Skip to content

Commit

Permalink
Typo: Remove ]
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexCatarino authored Feb 26, 2025
1 parent 7e55649 commit 6e0a4e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

# Track events when a security changes its ticker, allowing the algorithm to adapt to these changes.
def on_symbol_changed_events(self, symbol_changed_events: SymbolChangedEvents) -> None:
symbol_changed_event = symbol_changed_events.get(self._symbol])
symbol_changed_event = symbol_changed_events.get(self._symbol)

# Handle delisting events to manage the position or adjust the strategy when the symbol is delisted.
def on_delistings(self, delistings: Delistings) -> None:
Expand Down

0 comments on commit 6e0a4e0

Please sign in to comment.