We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80f006c commit 2713b0eCopy full SHA for 2713b0e
sysbrokers/IB/config/ib_instrument_config.py
@@ -130,10 +130,9 @@ def get_instrument_code_from_broker_instrument_identity(
130
## try something else
131
## might have a weird exchange, but the exchange we want is in validExchanges
132
try:
133
- config_rows = (
134
- _get_relevant_config_rows_from_broker_instrument_identity_using_multiple_valid_exchanges(
135
- config=config,
136
- ib_instrument_identity=ib_instrument_identity)
+ config_rows = _get_relevant_config_rows_from_broker_instrument_identity_using_multiple_valid_exchanges(
+ config=config, ib_instrument_identity=ib_instrument_identity
+ )
137
138
except:
139
msg = (
0 commit comments