Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
Graeme22 committed Oct 24, 2023
1 parent ab6d61c commit bd74562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tastytrade/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ def get_time_and_sale(

def _map_event(
event_type: str,
event_dict: Dict[str, Any]
event_dict: Any # Usually Dict[str, Any]; sometimes a list
) -> Event:
"""
Parses the raw JSON data from the dxfeed REST API into event objects.
Expand Down

0 comments on commit bd74562

Please sign in to comment.