Skip to content

Commit

Permalink
Black
Browse files Browse the repository at this point in the history
  • Loading branch information
tgibson11 committed Oct 25, 2024
1 parent d858e96 commit 550025d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sysbrokers/IB/ib_contracts.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def resolve_multiple_expiries_for_EUREX(ibcontract_list: list) -> ibContract:

return resolved_contract


def resolve_multiple_expiries_for_LME(ibcontract_list: list) -> ibContract:
resolved_contract = resolve_multiple_expiries_for_generic_futures(
ibcontract_list=ibcontract_list, is_monthly_function=_is_lme_symbol_monthly
Expand Down

0 comments on commit 550025d

Please sign in to comment.