Skip to content

Commit

Permalink
Formating
Browse files Browse the repository at this point in the history
  • Loading branch information
JBlohm committed Feb 9, 2025
1 parent 70772d3 commit 0bdbfa3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tastytrade/market_sessions.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,4 +142,3 @@ def get_market_state(session: Session, instrument_collections: list[str]) -> lis
"""
data = get_market_time_sessions(session=session, instrument_collections=instrument_collections)
return [s.state for s in data]

0 comments on commit 0bdbfa3

Please sign in to comment.